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