ColumnSet.AddColumn(String) Method

Definition

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