Mimer SQL Data Provider
UpdateCommand Property




Mimer.Data.Client Namespace > MimerDataAdapter Class : UpdateCommand Property
Gets or sets an SQL statement used to update records in the database server.
Syntax
'Declaration
 
Public Shadows Property UpdateCommand As MimerCommand
public new MimerCommand UpdateCommand {get; set;}
public read-write property UpdateCommand: MimerCommand; 
public hide function get,set UpdateCommand : MimerCommand
public: __property new MimerCommand* get_UpdateCommand();
public: __property new void set_UpdateCommand( 
   MimerCommand* value
);

Property Value

A MimerCommand object representing the command.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataAdapter Class
MimerDataAdapter Members