Back to Devexpress

MSSqlConnectionProvider.FormatUpdate(String, String, String) Method

xpo-devexpress-dot-xpo-dot-db-dot-mssqlconnectionprovider-dot-formatupdate-x28-system-dot-string-system-dot-string-system-dot-string-x29.md

latest1.5 KB
Original Source

MSSqlConnectionProvider.FormatUpdate(String, String, String) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override string FormatUpdate(
    string tableName,
    string sets,
    string whereClause
)
vb
Public Overrides Function FormatUpdate(
    tableName As String,
    sets As String,
    whereClause As String
) As String

Parameters

NameType
tableNameString
setsString
whereClauseString

Returns

Type
String

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace