Gets a boolean value that determines if the column is read-only.

Namespace:  Primeworks.Data
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean
Visual C++
public:
property bool IsReadOnly {
	bool get ();
}

Field Value

Read-only status of the column.

See Also