C# Класс MongoDB.Linq.MongoQuerySpec

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Fields MongoDB.Driver.Document
IsFirstCall bool
Limit int
Query MongoDB.Driver.Document
Skip int
SortOrder MongoDB.Driver.Document

Открытые методы

Метод Описание
MongoQuerySpec ( Document query, int limit, int skip, Document fields, Document sortOrder, bool isFirstCall ) : System

Описание методов

MongoQuerySpec() публичный Метод

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
Результат System

Описание свойств

Fields публичное свойство

public Document,MongoDB.Driver Fields
Результат MongoDB.Driver.Document

IsFirstCall публичное свойство

public bool IsFirstCall
Результат bool

Limit публичное свойство

public int Limit
Результат int

Query публичное свойство

public Document,MongoDB.Driver Query
Результат MongoDB.Driver.Document

Skip публичное свойство

public int Skip
Результат int

SortOrder публичное свойство

public Document,MongoDB.Driver SortOrder
Результат MongoDB.Driver.Document