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 or sets the SqlCeCommand to execute when performing an Update.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property Command As SqlCeCommand
Get
Set
'Usage
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)
Property Value
Type: System.Data.SqlServerCe.SqlCeCommand
The SqlCeCommand to execute when performing the Update.