5 references to ToDateTime
System.Data.Common (5)
System\Data\SQLTypes\SQLDateTime.cs (5)
302
return
ToDateTime
(this);
341
return
ToDateTime
(x);
349
DateTime dateTime =
ToDateTime
(this);
381
return x.IsNull ? Null : FromDateTime(
ToDateTime
(x) + t);
387
return x.IsNull ? Null : FromDateTime(
ToDateTime
(x) - t);