2 overrides of Schema
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
212
public override string
Schema
383
public override string
Schema
2 references to Schema
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
695
Schema = row.
Schema
,
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (1)
149
return new EntityStoreSchemaGenerator.DbObjectKey(this.Catalog, this.
Schema
, this.ProcedureName, EntityStoreSchemaGenerator.DbObjectType.Function);