Freigeben über


SqlCeUpdatableRecord.Updatable-Eigenschaft

Gibt an, ob das Feld aktualisierbar ist.

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

Eigenschaftswert

Typ: System.Boolean
"True", wenn das Feld aktualisierbar ist, andernfalls "false".

Siehe auch

Verweis

SqlCeUpdatableRecord Klasse

System.Data.SqlServerCe-Namespace