Back to Devexpress

MSSqlConnectionProvider.EmptyAllTablesInDatabase(IDbCommand) Method

xpo-devexpress-dot-xpo-dot-db-dot-mssqlconnectionprovider-dot-emptyalltablesindatabase-x28-system-dot-data-dot-idbcommand-x29.md

latest1.2 KB
Original Source

MSSqlConnectionProvider.EmptyAllTablesInDatabase(IDbCommand) Method

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

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static void EmptyAllTablesInDatabase(
    IDbCommand command
)
vb
Public Shared Sub EmptyAllTablesInDatabase(
    command As IDbCommand
)

Parameters

NameType
commandIDbCommand

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace