SchemaTableOptionalColumn.IsReadOnly Field
Definition
Specifies whether this column is read-only.
public: static initonly System::String ^ IsReadOnly;
public static readonly string IsReadOnly;
staticval mutable IsReadOnly : string
Public Shared ReadOnly IsReadOnly As String
Field Value
Remarks
Returns the string "true" if the column is read-only, otherwise "false."