Overload | Description |
---|---|
GetInsertCommand() | Gets the automatically generated SQL statement required to perform inserts on the data source when an application calls System.Data.Common.DbDataAdapter.Update() on the SqlDataAdapter. |
GetInsertCommand(Boolean) | Gets the automatically generated SQL statement required to perform inserts on the data source when an application calls System.Data.Common.DbDataAdapter.Update() on the SqlDataAdapter. |
GetInsertCommand(String[],Boolean) | Gets the automatically generated SQL statement required to perform inserts on the data source when an application calls System.Data.Common.DbDataAdapter.Update() on the SqlDataAdapter. |