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