DbProviderServices::CreateDatabaseScript Method (String^, StoreItemCollection^)
.NET Framework (current version)
Generates a data definition langauge (DDL script that creates schema objects (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public:
String^ CreateDatabaseScript(
String^ providerManifestToken,
StoreItemCollection^ storeItemCollection
)
Parameters
- providerManifestToken
-
Type:
System::String^
The provider manifest token identifying the target version.
- storeItemCollection
-
Type:
System.Data.Metadata.Edm::StoreItemCollection^
The structure of the database.
Return Value
Type: System::String^A DDL script that creates schema objects based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.
.NET Framework
Available since 4.0
Available since 4.0
Show: