Share via


RelationalDatabaseCreator.CreateTables Method

Definition

Creates all tables for the current model in the database. No attempt is made to incrementally update the schema. It is assumed that none of the tables exist in the database.

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

Implements

Applies to