Share via


NSFetchRequestExpression.Request Property

Definition

Gets the expression that represents the request.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSExpression Request { [Foundation.Export("requestExpression")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("requestExpression")>]
member this.Request : Foundation.NSExpression

Property Value

The expression that represents the request.

Attributes

Applies to