2 writes to _columnFKSchema
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];
2 references to _columnFKSchema
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
139return this._columnFKSchema; 252base.Columns.Add(this._columnFKSchema);