QueryCheck.ColumnNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets column names of expected result.
[Newtonsoft.Json.JsonProperty(PropertyName="columnNames")]
public System.Collections.Generic.IList<string> ColumnNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columnNames")>]
member this.ColumnNames : System.Collections.Generic.IList<string> with get, set
Public Property ColumnNames As IList(Of String)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute