Click or drag to resize
XOrderBy Class
Class XOrderBy presents the orderby statement.
Inheritance Hierarchy
SystemObject
  Biolomics.SharedClassesXOrderBy

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class XOrderBy

The XOrderBy type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDirections
Gets the directions.
Public propertyFieldNames
Gets the list of field names.
Top
Methods
  NameDescription
Public methodAnd_(XOrderBy)
Adds the orderby statement to current orderby statement with And order.
Public methodAnd_(String, XOrderByDirectionEnum)
Adds a new orderby statement with AND operator.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsOrderByIdAsc
Returns true if sorting field is unique and called "id"
Public methodIsOrderByIdDesc
Determines whether [is order by identifier desc].
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberOrderBy
Created and Order by statement based on field name and direction.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator = operator.
Public operatorStatic memberInequality
Implements the operator <> operator.
Top
See Also