OrderByClause Class |
Namespace: MongoDB.Driver.Linq
The OrderByClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderByClause |
Initializes an instance of the OrderByClause class.
|
Name | Description | |
---|---|---|
![]() | Direction |
Gets the direction of the order by clause.
|
![]() | Key |
Gets the lambda expression identifying the key of the order by clause.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |