2 references to FK_SCHEMA
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
251
this._columnFKSchema = new System.Data.DataColumn(
FK_SCHEMA
, typeof(string), null, System.Data.MappingType.Element);
274
this._columnFKSchema = base.Columns[
FK_SCHEMA
];