ObjectContext.CreateDatabaseScript Method

Definition

Generates a data definition language (DDL) script that creates schema objects (tables, primary keys, foreign keys) for the metadata in the StoreItemCollection . The StoreItemCollection loads metadata from store schema definition language (SSDL) files.

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

Returns

A DDL script that creates schema objects for the metadata in the StoreItemCollection .

Applies to