ColumnSet.Columns 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 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.