C# Class MongoDB.Linq.MongoQuerySpec

Show file Open project: sdether/mongodb-csharp

Public Properties

Property Type Description
Fields MongoDB.Driver.Document
IsFirstCall bool
Limit int
Query MongoDB.Driver.Document
Skip int
SortOrder MongoDB.Driver.Document

Public Methods

Method Description
MongoQuerySpec ( Document query, int limit, int skip, Document fields, Document sortOrder, bool isFirstCall ) : System

Method Details

MongoQuerySpec() public method

public MongoQuerySpec ( Document query, int limit, int skip, Document fields, Document sortOrder, bool isFirstCall ) : System
query MongoDB.Driver.Document
limit int
skip int
fields MongoDB.Driver.Document
sortOrder MongoDB.Driver.Document
isFirstCall bool
return System

Property Details

Fields public property

public Document,MongoDB.Driver Fields
return MongoDB.Driver.Document

IsFirstCall public property

public bool IsFirstCall
return bool

Limit public property

public int Limit
return int

Query public property

public Document,MongoDB.Driver Query
return MongoDB.Driver.Document

Skip public property

public int Skip
return int

SortOrder public property

public Document,MongoDB.Driver SortOrder
return MongoDB.Driver.Document