ObjectContext.CreateDatabaseScript Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework