Method | Description | |
---|---|---|
Create ( System.Data.Entity.Core.Metadata.Edm.DbDatabaseMapping databaseMapping ) : |
||
Create ( System.Data.Entity.Core.Mapping.StorageMappingItemCollection mappingItemCollection, System.Data.Entity.Infrastructure.DbProviderInfo providerInfo ) : |
||
GetMetadataWorkspace ( |
Gets the MetadataWorkspace. If the workspace is not compatible with the provider manifest obtained from the given connection then an exception is thrown.
|
Method | Description | |
---|---|---|
CodeFirstCachedMetadataWorkspace ( MetadataWorkspace metadataWorkspace, IEnumerable |
public static Create ( System.Data.Entity.Core.Metadata.Edm.DbDatabaseMapping databaseMapping ) : |
||
databaseMapping | System.Data.Entity.Core.Metadata.Edm.DbDatabaseMapping | |
return |
public static Create ( System.Data.Entity.Core.Mapping.StorageMappingItemCollection mappingItemCollection, System.Data.Entity.Infrastructure.DbProviderInfo providerInfo ) : |
||
mappingItemCollection | System.Data.Entity.Core.Mapping.StorageMappingItemCollection | |
providerInfo | System.Data.Entity.Infrastructure.DbProviderInfo | |
return |
public GetMetadataWorkspace ( |
||
connection | The connection to use to create or check SSDL provider info. | |
return | MetadataWorkspace |