Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ColumnSet.AddColumn(String) Method

Definition

Namespace:
Microsoft.Xrm.Sdk.Query
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Adds the specified column to the column set.

public:
 void AddColumn(System::String ^ column);
public void AddColumn(string column);
member this.AddColumn : string -> unit
Public Sub AddColumn (column As String)

Parameters

column
String

Specifies a string containing the logical name of the column.

Applies to