Mimer SQL Data Provider
Command Property (MimerRowUpdatingEventArgs)




Mimer.Data.Client Namespace > MimerRowUpdatingEventArgs Class : Command Property
Return the MimerCommand object for the current MimerRowUpdatingEventArgs.
Syntax
'Declaration
 
Public Shadows Property Command As MimerCommand
public new MimerCommand Command {get; set;}
public read-write property Command: MimerCommand; 
public hide function get,set Command : MimerCommand
public: __property new MimerCommand* get_Command();
public: __property new void set_Command( 
   MimerCommand* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerRowUpdatingEventArgs Class
MimerRowUpdatingEventArgs Members