3 references to SqlDateTime
System.Data.Common (3)
System\Data\Common\SQLConvert.cs (1)
579return new SqlDateTime(XmlConvert.ToDateTime((string)value, XmlDateTimeSerializationMode.RoundtripKind));
System\Data\SQLTypes\SQLDateTime.cs (2)
323return new SqlDateTime(value); 358return new SqlDateTime(dt);