Share via


NSExpressionDescription.Expression Property

Definition

Gets or sets the expression that describes the column to return.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSExpression? Expression { [Foundation.Export("expression", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setExpression:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("expression", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setExpression:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Expression : Foundation.NSExpression with get, set

Property Value

The expression that describes the column to return.

This value can be null.

Attributes

Applies to