ConnectionProviderSql.FormatUpdate(String, String, String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| tableName | String |
| sets | String |
| whereClause | String |
Returns
| Type |
|---|
| String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
public abstract string FormatUpdate(
string tableName,
string sets,
string whereClause
)
Public MustOverride Function FormatUpdate(
tableName As String,
sets As String,
whereClause As String
) As String
| Name | Type |
|---|---|
| tableName | String |
| sets | String |
| whereClause | String |
| Type |
|---|
| String |