SqlCeRowUpdatingEventArgs.Command Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets the SqlCeCommand to execute when performing an Update.
[Visual Basic] Public Shadows Property Command As SqlCeCommand [C#] public new SqlCeCommand Command {get; set;} [C++] public: __property SqlCeCommand* get_Command(); public: __property void set_Command(SqlCeCommand*); [JScript] public hide function get Command() : SqlCeCommand; public function set Command(SqlCeCommand);
Property Value
The SqlCeCommand to execute when performing the Update.
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
SqlCeRowUpdatingEventArgs Class | SqlCeRowUpdatingEventArgs Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.