AddingSelectColumnEventArgs allows the processing of the event of adding columns to a SELECT statement.
Default constructor
public Void AddingSelectColumnEventArgs()
Creates a new instance of AddingSelectColumnEventArgs.
public Void AddingSelectColumnEventArgs(column)
Name | Type | Summary |
---|---|---|
column | IColumn | The IColumn that is being added. |
Gets or sets whether the column adding should be cancelled.
public Boolean CancelColumnAdding { get; set; }
Gets or sets the column text.
public String ColumnText { get; set; }
In this document