12[
TypeForwardedFrom(
"System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
58 public static explicit operator long(
SqlInt64 x)
147 long num4 = num & 0xFFFFFFFF
u;
306 if (
value > 9.223372036854776
E+18 ||
value < -9.223372036854776
E+18)
366 return ((x ^ y) &
long.
MinValue) == 0;
592 return (
this ==
sqlInt).Value;
599 return Value.GetHashCode();
628 writer.WriteAttributeString(
"xsi",
"nil",
"http://www.w3.org/2001/XMLSchema-instance",
"true");
static Exception WrongType(Type got, Type expected)
static string DivideByZeroMessage
static string ArithOverflowMessage
static string ConversionOverflowMessage
static bool ToBoolean(string s)
static string ToString(bool value)
static long ToInt64(string s)
string? GetAttribute(string name)
virtual string ReadElementString()
void WriteXml(XmlWriter writer)
void ReadXml(XmlReader reader)
static readonly SqlBoolean Null
static ulong DWL(uint lo, uint hi)
void AdjustScale(int digits, bool fRound)
static readonly SqlInt64 Null
static readonly SqlInt64 MinValue
static SqlBoolean operator==(SqlInt64 x, SqlInt64 y)
static SqlInt64 operator/(SqlInt64 x, SqlInt64 y)
static SqlInt64 Modulus(SqlInt64 x, SqlInt64 y)
static SqlInt64 Parse(string s)
static SqlInt64 Mod(SqlInt64 x, SqlInt64 y)
static SqlInt64 operator^(SqlInt64 x, SqlInt64 y)
static SqlInt64 BitwiseAnd(SqlInt64 x, SqlInt64 y)
override string ToString()
static SqlInt64 Add(SqlInt64 x, SqlInt64 y)
static readonly SqlInt64 MaxValue
SqlBoolean ToSqlBoolean()
static SqlInt64 operator|(SqlInt64 x, SqlInt64 y)
static SqlInt64 Divide(SqlInt64 x, SqlInt64 y)
static SqlBoolean GreaterThanOrEqual(SqlInt64 x, SqlInt64 y)
static SqlInt64 Multiply(SqlInt64 x, SqlInt64 y)
static SqlBoolean NotEquals(SqlInt64 x, SqlInt64 y)
static SqlInt64 operator-(SqlInt64 x)
static SqlBoolean Equals(SqlInt64 x, SqlInt64 y)
static SqlBoolean operator!=(SqlInt64 x, SqlInt64 y)
static SqlBoolean operator>=(SqlInt64 x, SqlInt64 y)
static SqlInt64 operator*(SqlInt64 x, SqlInt64 y)
static SqlInt64 operator~(SqlInt64 x)
static SqlInt64 operator&(SqlInt64 x, SqlInt64 y)
static SqlBoolean GreaterThan(SqlInt64 x, SqlInt64 y)
static SqlInt64 BitwiseOr(SqlInt64 x, SqlInt64 y)
static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet)
SqlDecimal ToSqlDecimal()
static SqlInt64 operator%(SqlInt64 x, SqlInt64 y)
int CompareTo(SqlInt64 value)
override bool Equals([NotNullWhen(true)] object? value)
static SqlInt64 OnesComplement(SqlInt64 x)
static SqlBoolean operator<=(SqlInt64 x, SqlInt64 y)
static SqlBoolean LessThanOrEqual(SqlInt64 x, SqlInt64 y)
static bool SameSignLong(long x, long y)
override int GetHashCode()
static readonly SqlInt64 Zero
static SqlInt64 Subtract(SqlInt64 x, SqlInt64 y)
int CompareTo(object? value)
static SqlInt64 Xor(SqlInt64 x, SqlInt64 y)
static SqlInt64 operator+(SqlInt64 x, SqlInt64 y)
static SqlBoolean LessThan(SqlInt64 x, SqlInt64 y)
static SqlBoolean operator>(SqlInt64 x, SqlInt64 y)
static SqlBoolean operator<(SqlInt64 x, SqlInt64 y)