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

On this page
    GetInsertCommand Method (DbCommandBuilder)
    On this page
    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