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