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