Partager via


Propriété SqlCeUpdatableRecord.Updatable

Spécifie si le champ est actualisable.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Updatable As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
True si le champ est actualisable ; sinon, false.

Voir aussi

Référence

SqlCeUpdatableRecord Classe

Espace de noms System.Data.SqlServerCe