QueryDataset.Columns Property

Definition

Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns.

public System.Collections.Generic.IList<string> Columns { get; }
member this.Columns : System.Collections.Generic.IList<string>
Public ReadOnly Property Columns As IList(Of String)

Property Value

Applies to