2 overrides of Catalog
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
210
public override string
Catalog
{ get { return null; } }
378
public override string
Catalog
1 reference to Catalog
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (1)
149
return new EntityStoreSchemaGenerator.DbObjectKey(this.
Catalog
, this.Schema, this.ProcedureName, EntityStoreSchemaGenerator.DbObjectType.Function);