Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.