'DeclarationProtected Function DbCreateDatabaseScript( _ ByVal providerManifestToken As System.String, _ ByVal storeItemCollection As System.Data.Entity.Core.Metadata.Edm.StoreItemCollection _ ) As System.String
'UsageDim instance As VistaDBProviderServices Dim providerManifestToken As System.String Dim storeItemCollection As System.Data.Entity.Core.Metadata.Edm.StoreItemCollection Dim value As System.String value = instance.DbCreateDatabaseScript(providerManifestToken, storeItemCollection)
protected System.string DbCreateDatabaseScript( System.string providerManifestToken, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeItemCollection )
Parameters
- providerManifestToken
- The provider manifest token identifying the target version.
- storeItemCollection
- The structure of the database.
Return Value
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.