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