ConnectionProviderSql.FormatDelete(String, String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
tableName | String |
whereClause | String |
Returns
Type |
---|
String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.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 |
No
Your feedback is appreciated.