5 references to ToDateTime
System.Data.Common (5)
System\Data\SQLTypes\SQLDateTime.cs (5)
290
return
ToDateTime
(this);
329
return
ToDateTime
(x);
337
DateTime dateTime =
ToDateTime
(this);
369
return x.IsNull ? Null : FromDateTime(
ToDateTime
(x) + t);
375
return x.IsNull ? Null : FromDateTime(
ToDateTime
(x) - t);