Share via


RelationalDatabaseCreator.GenerateCreateScript Method

Definition

Generates a script to create all tables for the current model.

public virtual string GenerateCreateScript ();
abstract member GenerateCreateScript : unit -> string
override this.GenerateCreateScript : unit -> string
Public Overridable Function GenerateCreateScript () As String

Returns

A SQL script.

Implements

Applies to