ConvertQuoteToSalesOrderRequest.ColumnSet Property

Definition

Gets or sets the collection of attributes to retrieve in the resulting sales order (order). Required.

public:
 property Microsoft::Xrm::Sdk::Query::ColumnSet ^ ColumnSet { Microsoft::Xrm::Sdk::Query::ColumnSet ^ get(); void set(Microsoft::Xrm::Sdk::Query::ColumnSet ^ value); };
public Microsoft.Xrm.Sdk.Query.ColumnSet ColumnSet { get; set; }
member this.ColumnSet : Microsoft.Xrm.Sdk.Query.ColumnSet with get, set
Public Property ColumnSet As ColumnSet

Property Value

The collection of attributes to retrieve in the resulting sales order (order).

Remarks

Assign null to this property to retrieve only the primary key. The non-null values are returned for the specified columns in the column set. For columns that are not included in the column set, the message response contains null values for those columns. If the column set includes columns where AttributeMetadata.IsValidForRead is false, they are ignored, and the message response contains no data for those columns. To learn which columns are valid for retrieval, see the the table definition. You can use a table definition browser like the one described in Browse table definitions in your environment.

Applies to