| Overload | Description |
|---|---|
| GetInsertCommand() | 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. |
| GetInsertCommand(Boolean) | 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. |
| GetInsertCommand(String[],Boolean) | 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. |