SqlBinary Constructor
Supported by the .NET Compact Framework. |
Initializes a new instance of the SqlBinary structure, setting the Value property to the contents of the supplied byte array. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of a SqlBinary structure. |
IsNull
Supported by the .NET Compact Framework. |
Gets a value indicating whether whether the Value property of the SqlBinary structure is null. This property is read-only. |
Item |
Gets the single byte from the Value property located at the position indicated by the integer parameter, index. If index indicates a position beyond the end of the byte array, a SqlNullValueException will be raised. This property is read-only.
In C#, this property is the indexer for the SqlBinary class. |
Length
Supported by the .NET Compact Framework. |
Gets the length in bytes of the Value property. This property is read-only. |
Value
Supported by the .NET Compact Framework. |
Gets the value of the SqlBinary structure. This property is read-only. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this SqlBinary object to the supplied object and returns an indication of their relative values. |
![]() Concat
Supported by the .NET Compact Framework. |
Concatenates two SqlBinary structures to create a new SqlBinary structure. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. Overridden. Compares two SqlBinary structures to determine if they are equal. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Returns the hash code for this SqlBinary structure. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Compares two SqlBinary structues to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if the first is less than or equal to the second. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if they are not equal. |
ToSqlGuid
Supported by the .NET Compact Framework. |
Converts this instance of SqlBinary to SqlGuid. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this SqlBinary object to a string. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
Concatenates the two SqlBinary parameters to create a new SqlBinary structure. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if they are equal. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two SqlBinary structues to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two SqlBinary structures to determine if the first is less than or equal to the second. |
![]() SqlBinary to Byte[] Conversion
Supported by the .NET Compact Framework. |
Gets the contents of the Value property of the SqlBinary parameter as an array of bytes. |
![]() SqlGuid to SqlBinary Conversion
Supported by the .NET Compact Framework. |
Converts a SqlGuid structure to a SqlBinary structure. |
![]() Byte[] to SqlBinary Conversion
Supported by the .NET Compact Framework. |
Converts an array of bytes to a SqlBinary structure. |
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. |