Back to Devexpress

MSSqlConnectionProvider.FormatInsertDefaultValues(String) Method

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

latest1.3 KB
Original Source

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

Parameters

NameType
tableNameString

Returns

Type
String

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace