Share via


Propriété SqlCeRowUpdatingEventArgs.Command

Obtient ou définit le SqlCeCommand à exécuter en même temps que Update.

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

Syntaxe

'Déclaration
Public Property Command As SqlCeCommand
    Get
    Set
'Utilisation
Dim instance As SqlCeRowUpdatingEventArgs
Dim value As SqlCeCommand

value = instance.Command

instance.Command = value
public SqlCeCommand Command { get; set; }
public:
property SqlCeCommand^ Command {
    SqlCeCommand^ get ();
    void set (SqlCeCommand^ value);
}
member Command : SqlCeCommand with get, set
function get Command () : SqlCeCommand
function set Command (value : SqlCeCommand)

Valeur de propriété

Type : System.Data.SqlServerCe.SqlCeCommand
SqlCeCommand à exécuter durant Update.

Voir aussi

Référence

SqlCeRowUpdatingEventArgs Classe

Espace de noms System.Data.SqlServerCe