C# Class MongoDB.Linq.MongoQuerySpec

Mostrar archivo 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_oe property

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

IsFirstCall public_oe property

public bool IsFirstCall
return bool

Limit public_oe property

public int Limit
return int

Query public_oe property

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

Skip public_oe property

public int Skip
return int

SortOrder public_oe property

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