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