Gets a boolean value that determines if the column is read-only.
Namespace:
Primeworks.DataAssembly: 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 (); } |