OracleRowUpdatedEventArgs.Command Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets the OracleCommand executed when Update is called.
[Visual Basic] Public Shadows ReadOnly Property Command As OracleCommand [C#] public new OracleCommand Command {get;} [C++] public: __property OracleCommand* get_Command(); [JScript] public hide function get Command() : OracleCommand;
Property Value
The OracleCommand executed when Update is called.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.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
OracleRowUpdatedEventArgs Class | OracleRowUpdatedEventArgs Members | System.Data.OracleClient Namespace