LinqConnect Documentation
Devart.Data.Linq Namespace / Binary Class
Properties Methods

In This Topic
    Binary Class Members
    In This Topic

    The following tables list the members exposed by Binary.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Binary class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the length of the binary object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compares two Binary objects to determine if they are equal.  
    Public MethodGets a hash code for the Binary instance.  
    Public MethodReturns an array of bytes that the current binary object stores.  
    Public MethodReturns a System.String that represents the current binary object value.  
    Top
    Public Operators
    Determines whether two Binary values are equal.
    Compares two Binary structures to determine if the first is greater than the second.
    Compares two Binary objects to determine if the first is greater than or equal to the second.
    Converts an array of bytes to a Binary object.
    Determines whether two Binary values are not equal.
    Compares two Binary structures to determine if the first is less than the second.
    Compares two Binary objects to determine if the first is less than or equal to the second.
    Top
    See Also