Share via


NSFetchRequest.Predicate Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSPredicate? Predicate { [Foundation.Export("predicate", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPredicate:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("predicate", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setPredicate:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Predicate : Foundation.NSPredicate with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to