dotConnect for SugarCRM Documentation
Devart.Common Namespace / DbCommandBuilder Class / GetInsertCommand Method

In This Topic
GetInsertCommand Method (DbCommandBuilder)
In This Topic
Gets the automatically generated SQL statement required to perform inserts.
Overload List
OverloadDescription
Gets the automatically generated SQL statement required to perform inserts when an application calls System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) on the System.Data.IDbDataAdapter.  
Gets the automatically generated SQL statement required to perform inserts when an application calls System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) on the System.Data.IDbDataAdapter.  
Gets the automatically generated SQL statement required to perform inserts for the specified fields when an application calls System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) on the System.Data.IDbDataAdapter.  
See Also