Share via


IWithDatabase Interface

Definition

A SQL Server definition for specifying the databases.

public interface IWithDatabase
type IWithDatabase = interface
Public Interface IWithDatabase
Derived

Methods

WithNewDatabase(String)

Create new database in the SQL Server.

WithoutDatabase(String)

Remove database from the SQL Server.

Applies to