SchemaTableColumn.IsKey Field

Definition

Specifies whether this column is a key for the table.

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

Field Value

Remarks

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

Applies to

See also