2 references to ToInt64
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
361
return x.IsNull ? Null : new SqlInt64(x.
ToInt64
());
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
209
return checked((int)(
ToInt64
()));