2 references to ORDINAL
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
257this._columnOrdinal = new System.Data.DataColumn(ORDINAL, typeof(int), null, System.Data.MappingType.Element); 277this._columnOrdinal = base.Columns[ORDINAL];