2 references to ToInt64
System.Data.Common (2)
System\Data\SQLTypes\SQLInt64.cs (1)
292
return x.IsNull ? Null : new SqlInt64(x.
ToInt64
());
System\Data\SQLTypes\SQLMoney.cs (1)
168
return checked((int)(
ToInt64
()));