Database.Create Method

Definition

Overloads

Create(Boolean)
Create()

Creates the database on the instance of SQL Server.

Create(Boolean)

public void Create (bool forAttach);
member this.Create : bool -> unit
Public Sub Create (forAttach As Boolean)

Parameters

forAttach
Boolean

Applies to

Create()

Creates the database on the instance of SQL Server.

public void Create ();
abstract member Create : unit -> unit
override this.Create : unit -> unit
Public Sub Create ()

Implements

Applies to