ColumnSet.Columns Property

Definition

Gets or sets the collection of strings containing the logical names
of the columns to be retrieved from a query.

public:
 property Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ Columns { Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<string> Columns { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Columns : Microsoft.Xrm.Sdk.DataCollection<string> with get, set
Public Property Columns As DataCollection(Of String)

Property Value

The collection of strings containing the logical names of the columns to be retrieved from a query.

Attributes

Remarks

Use the AddColumns(String[]) method to set the collection.

Applies to