2 writes to _columnDateTimePrecision
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
272this._columnDateTimePrecision = new System.Data.DataColumn(DATETIMEPRECISION, typeof(int), null, System.Data.MappingType.Element); 295this._columnDateTimePrecision = base.Columns[DATETIMEPRECISION];
2 references to _columnDateTimePrecision
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
171return this._columnDateTimePrecision; 273base.Columns.Add(this._columnDateTimePrecision);