Share via


Action.SqlExpression Property

Definition

Gets or sets SQL expression. e.g. MyProperty='ABC'

[Newtonsoft.Json.JsonProperty(PropertyName="sqlExpression")]
public string SqlExpression { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sqlExpression")>]
member this.SqlExpression : string with get, set
Public Property SqlExpression As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to