0 out of 1 rated this helpful - Rate this topic

SqlBinary Structure

Represents a variable-length stream of binary data to be stored in or retrieved from a database.

Namespace:  System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)
[SerializableAttribute]
public struct SqlBinary : INullable, IComparable, 
	IXmlSerializable

The SqlBinary type exposes the following members.

  Name Description
Public method Supported by the XNA Framework SqlBinary Initializes a new instance of the SqlBinary structure, setting the Value property to the contents of the supplied byte array.
Top
  Name Description
Public property Supported by the XNA Framework IsNull Indicates whether this SqlBinary structure is null. This property is read-only.
Public property Supported by the XNA Framework 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.
Public property Supported by the XNA Framework Length Gets the length in bytes of the Value property. This property is read-only.
Public property Supported by the XNA Framework Value Gets the value of the SqlBinary structure. This property is read-only.
Top
  Name Description
Public method Static member Supported by the XNA Framework Add Concatenates two specified SqlBinary values to create a new SqlBinary structure.
Public method Supported by the XNA Framework CompareTo(Object) Compares this SqlBinary object to the supplied object and returns an indication of their relative values.
Public method Supported by the XNA Framework CompareTo(SqlBinary) Compares this SqlBinary object to the supplied SqlBinary object and returns an indication of their relative values.
Public method Static member Supported by the XNA Framework Concat Concatenates two SqlBinary structures to create a new SqlBinary structure.
Public method Supported by the XNA Framework Equals(Object) Compares the supplied object parameter to the Value property of the SqlBinary object. (Overrides ValueType.Equals(Object).)
Public method Static member Supported by the XNA Framework Equals(SqlBinary, SqlBinary) Compares two SqlBinary structures to determine whether they are equal.
Protected method Supported by the XNA Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the XNA Framework GetHashCode Returns the hash code for this SqlBinary structure. (Overrides ValueType.GetHashCode().)
Public method Supported by the XNA Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Static member Supported by the XNA Framework GetXsdType Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet.
Public method Static member Supported by the XNA Framework GreaterThan Compares two SqlBinary structures to determine whether the first is greater than the second.
Public method Static member Supported by the XNA Framework GreaterThanOrEqual Compares two SqlBinary structures to determine whether the first is greater than or equal to the second.
Public method Static member Supported by the XNA Framework LessThan Compares two SqlBinary structures to determine whether the first is less than the second.
Public method Static member Supported by the XNA Framework LessThanOrEqual Compares two SqlBinary structures to determine whether the first is less than or equal to the second.
Protected method Supported by the XNA Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member Supported by the XNA Framework NotEquals Compares two SqlBinary structures to determine whether they are not equal.
Public method Supported by the XNA Framework ToSqlGuid Converts this instance of SqlBinary to SqlGuid.
Public method Supported by the XNA Framework ToString Converts this SqlBinary object to a string. (Overrides ValueType.ToString().)
Top
  Name Description
Public operator Static member Supported by the XNA Framework Addition Concatenates the two SqlBinary parameters to create a new SqlBinary structure.
Public operator Static member Supported by the XNA Framework Equality Compares two SqlBinary structures to determine whether they are equal.
Public operator Static member Supported by the XNA Framework Explicit(SqlBinary to Byte[]) Converts a SqlBinary structure to a Byte array.
Public operator Static member Supported by the XNA Framework Explicit(SqlGuid to SqlBinary) Converts a SqlGuid structure to a SqlBinary structure.
Public operator Static member Supported by the XNA Framework GreaterThan Compares two SqlBinary structures to determine whether the first is greater than the second.
Public operator Static member Supported by the XNA Framework GreaterThanOrEqual Compares two SqlBinary structues to determine whether the first is greater than or equal to the second.
Public operator Static member Supported by the XNA Framework Implicit(Byte[] to SqlBinary) Converts an array of bytes to a SqlBinary structure.
Public operator Static member Supported by the XNA Framework Inequality Compares two SqlBinary structures to determine whether they are not equal.
Public operator Static member Supported by the XNA Framework LessThan Compares two SqlBinary structures to determine whether the first is less than the second.
Public operator Static member Supported by the XNA Framework LessThanOrEqual Compares two SqlBinary structures to determine whether the first is less than or equal to the second.
Top
  Name Description
Public field Static member Supported by the XNA Framework Null Represents a DBNull that can be assigned to this instance of the SqlBinary structure.
Top
  Name Description
Explicit interface implemetation Private method Supported by the XNA Framework IXmlSerializable.GetSchema For a description of this member, see GetSchema.
Explicit interface implemetation Private method Supported by the XNA Framework IXmlSerializable.ReadXml For a description of this member, see ReadXml.
Explicit interface implemetation Private method Supported by the XNA Framework IXmlSerializable.WriteXml For a description of this member, see WriteXml.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ