SchemaTableColumn.IsUnique Field

Definition

Specifies whether a unique constraint applies to this column.

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

Field Value

Remarks

Returns the string "true" if a unique constraint applies to this column; otherwise "false".

Applies to

See also