SchemaTableColumn.IsAliased Field

Definition

Specifies whether this column is aliased.

public: static initonly System::String ^ IsAliased;
public static readonly string IsAliased;
 staticval mutable IsAliased : string
Public Shared ReadOnly IsAliased As String 

Field Value

Remarks

Returns the string "true" if the column is aliased; otherwise "false".

Applies to

See also