ObjectContext.CreateDatabaseScript Method ()
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.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.StringA DDL script that creates schema objects for the metadata in the StoreItemCollection .