Back to Devexpress

MSSqlConnectionProvider.FormatInsert(String, String, String) Method

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

latest1.5 KB
Original Source

MSSqlConnectionProvider.FormatInsert(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 FormatInsert(
    string tableName,
    string fields,
    string values
)
vb
Public Overrides Function FormatInsert(
    tableName As String,
    fields As String,
    values As String
) As String

Parameters

NameType
tableNameString
fieldsString
valuesString

Returns

Type
String

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace