2 references to DateDiffMicrosecond
System.Data.Linq (2)
SqlClient\SqlMethods.cs (2)
453
return
DateDiffMicrosecond
(startDate.Value, endDate.Value);
470
return
DateDiffMicrosecond
(startDate.UtcDateTime, endDate.UtcDateTime);