SqlCeUpdatableRecord.Updatable Property
Specifies whether the field is updatable.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property Updatable As Boolean
Get
'Usage
Dim instance As SqlCeUpdatableRecord
Dim value As Boolean
value = instance.Updatable
public bool Updatable { get; }
public:
property bool Updatable {
bool get ();
}
member Updatable : bool
function get Updatable () : boolean
Property Value
Type: System.Boolean
True if the field is updatable; otherwise, false.