SqlInt64 Constructor
Supported by the .NET Compact Framework. |
Initializes a new instance of the SqlInt64 structure using the supplied long integer. |
![]() MaxValue
Supported by the .NET Compact Framework. |
A constant representing the largest possible value for a SqlInt64 structure. |
![]() MinValue
Supported by the .NET Compact Framework. |
A constant representing the smallest possible value for a SqlInt64 structure. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlInt64 structure. |
![]() Zero
Supported by the .NET Compact Framework. |
Represents a zero value that can be assigned to the Value property of an instance of the SqlInt64 structure. |
IsNull
Supported by the .NET Compact Framework. |
Indicates whether or not Value is null. |
Value
Supported by the .NET Compact Framework. |
Gets the value of this SqlInt64 structure. This property is read-only. |
![]() Add
Supported by the .NET Compact Framework. |
Computes the sum of the two SqlInt64 parameters. |
![]() BitwiseAnd
Supported by the .NET Compact Framework. |
Computes the bitwise AND of its SqlInt64 operands. |
![]() BitwiseOr
Supported by the .NET Compact Framework. |
Computes the bitwise OR of its two SqlInt64 operands. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this instance to the supplied object and returns an indication of their relative values. |
![]() Divide
Supported by the .NET Compact Framework. |
Divides the first SqlInt64 parameter by the second. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Returns the hash code for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlInt64 parameters to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlInt64 parameters to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Performs a logical comparison on the two SqlInt64 parameters to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison on the two SqlInt64 parameters to determine if the first is less than or equal to the second. |
![]() Mod
Supported by the .NET Compact Framework. |
Computes the remainder after dividing the first SqlInt64 parameter by the second. |
![]() Multiply
Supported by the .NET Compact Framework. |
Computes the product of the two SqlInt64 parameters. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Performs a logical comparison on the two SqlInt64 parameters to determine if they are not equal. |
![]() OnesComplement
Supported by the .NET Compact Framework. |
Performs a bitwise one's complement operation on its SqlInt64 operand. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the String representation of a number to its 64-bit signed integer equivalent. |
![]() Subtract
Supported by the .NET Compact Framework. |
Subtracts the second SqlInt64 parameter from the first. |
ToSqlBoolean
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlBoolean. |
ToSqlByte
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlByte. |
ToSqlDecimal
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlDecimal. |
ToSqlDouble
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlDouble. |
ToSqlInt16
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlInt16. |
ToSqlInt32
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlInt32. |
ToSqlMoney
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlMoney. |
ToSqlSingle
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlSingle. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this SqlInt64 structure to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this instance of SqlInt64 to String. |
![]() Xor
Supported by the .NET Compact Framework. |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
Computes the sum of the two SqlInt64 parameters. |
![]() Bitwise And Operator
Supported by the .NET Compact Framework. |
Computes the bitwise AND of its SqlInt64 operands. |
![]() Bitwise Or Operator
Supported by the .NET Compact Framework. |
Computes the bitwise OR of its two SqlInt64 operands. |
![]() Division Operator
Supported by the .NET Compact Framework. |
Divides the first SqlInt64 parameter by the second. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlInt64 parameters to determine if they are equal. |
![]() Exclusive Or Operator
Supported by the .NET Compact Framework. |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlInt64 parameters to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlInt64 parameters to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison on the two SqlInt64 parameters to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison on the two SqlInt64 parameters to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison on the two SqlInt64 parameters to determine if the first is less than or equal to the second. |
![]() Modulus Operator
Supported by the .NET Compact Framework. |
Computes the remainder after dividing the first SqlInt64 parameter by the second. |
![]() Multiplication Operator
Supported by the .NET Compact Framework. |
Computes the product of the two SqlInt64 parameters. |
![]() Ones Complement Operator
Supported by the .NET Compact Framework. |
Performs a bitwise one's complement operation on its SqlInt64 operand. |
![]() Subtraction Operator
Supported by the .NET Compact Framework. |
Subtracts the second SqlInt64 parameter from the first. |
![]() Unary Negation Operator
Supported by the .NET Compact Framework. |
The unary minus operator negates the Value of the SqlInt64 operand. |
![]() SqlBoolean to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlBoolean parameter to SqlInt64. |
![]() SqlDecimal to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlDecimal parameter to SqlInt64. |
![]() SqlDouble to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlDouble structure to SqlInt64. |
![]() SqlInt64 to Int64 Conversion
Supported by the .NET Compact Framework. |
Converts the SqlInt64 parameter to long. |
![]() SqlMoney to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlMoney parameter to SqlInt64. |
![]() SqlSingle to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlSingle parameter to SqlInt64. |
![]() SqlString to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlString parameter to SqlInt64. |
![]() Int64 to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the long parameter to SqlInt64. |
![]() SqlByte to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlByte parameter to SqlInt64. |
![]() SqlInt16 to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt16 parameter to SqlInt64. |
![]() SqlInt32 to SqlInt64 Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt32 parameter to SqlInt64. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |