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.
Gets the SqlCeCommand executed when Update is called.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property Command As SqlCeCommand
Get
'Usage
Dim instance As SqlCeRowUpdatedEventArgs
Dim value As SqlCeCommand
value = instance.Command
public SqlCeCommand Command { get; }
public:
property SqlCeCommand^ Command {
SqlCeCommand^ get ();
}
member Command : SqlCeCommand
function get Command () : SqlCeCommand
Property Value
Type: System.Data.SqlServerCe.SqlCeCommand
The SqlCeCommand executed when Update is called.