11 references to EntityStoreSchemaGenerator
System.Data.Entity.Design (11)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (2)
337
if (this.GenerateForeignKeyProperties || !
EntityStoreSchemaGenerator
.IsFkPartiallyContainedInPK(((AssociationSet)storeSet).ElementType, out errorMessage))
414
if (!
EntityStoreSchemaGenerator
.HasErrorSeverityErrors(session.Errors))
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
1556
if (
EntityStoreSchemaGenerator
.HasErrorSeverityErrors(errors))
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (2)
48
return
EntityStoreSchemaGenerator
.CreateStoreSchemaConnection(providerInvariantName, connectionString, storeSchemaModelVersion);
60
return
EntityStoreSchemaGenerator
.CreateStoreSchemaConnection(providerInvariantName, connectionString, storeSchemaModelVersion);
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (3)
146
internal
EntityStoreSchemaGenerator
.DbObjectKey CreateDbObjectKey()
149
return new
EntityStoreSchemaGenerator
.DbObjectKey(this.Catalog, this.Schema, this.ProcedureName,
EntityStoreSchemaGenerator
.DbObjectType.Function);
System\Data\Entity\Design\SSDLGenerator\TableDetailsRow.cs (3)
441
public
EntityStoreSchemaGenerator
.DbObjectKey CreateDbObjectKey(
EntityStoreSchemaGenerator
.DbObjectType objectType)
443
return new
EntityStoreSchemaGenerator
.DbObjectKey(