SqlCeRowUpdatedEventArgs.Command Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the SqlCeCommand executed when Update is called.
Public Shadows ReadOnly Property Command As SqlCeCommand
[C#]
public new SqlCeCommand Command {get;}
[C++]
public: __property SqlCeCommand* get_Command();
[JScript]
public hide function get Command() : SqlCeCommand;
Property Value
The SqlCeCommand executed when Update is called.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeRowUpdatedEventArgs Class | SqlCeRowUpdatedEventArgs Members | System.Data.SqlServerCe Namespace