Mimer SQL Data Provider
GetInsertCommand() Method




Mimer.Data.Client Namespace > MimerCommandBuilder Class > GetInsertCommand Method : GetInsertCommand() Method
Gets the automatically generated MimerCommand used to perform insertions on the database.
Syntax
'Declaration
 
Public Overloads Shadows Function GetInsertCommand() As MimerCommand
public new MimerCommand GetInsertCommand()
public function GetInsertCommand(): MimerCommand; 
public hide function GetInsertCommand() : MimerCommand;
public: new MimerCommand* GetInsertCommand(); 

Return Value

The automatically generated MimerCommand required to perform insertions.
Exceptions
ExceptionDescription
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommandBuilder Class
MimerCommandBuilder Members
Overload List