Share via


IRelationalDatabaseCreator.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 void CreateTables ();
abstract member CreateTables : unit -> unit
Public Sub CreateTables ()

Applies to