Instance Property インスタンスプロパティ

nsPredicate

The request’s predicate.

Declaration 宣言

var nsPredicate: NSPredicate? { get nonmutating set }

Discussion 議論

Set this value to cause the associated FetchRequest to execute a fetch with a new predicate, producing an updated collection of results.

See Also 参照

Configuring the Associated Fetch Request