C# 클래스 MongoDB.Driver.Wrappers.QueryWrapper

Represents a wrapped object that can be used where an IMongoQuery is expected (the wrapped object is expected to serialize properly).
상속: BaseWrapper, IMongoQuery
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
Create ( object query ) : QueryWrapper

Creates a new instance of the QueryWrapper class.

QueryWrapper ( object query )

Initializes a new instance of the QueryWrapper class.

메소드 상세

Create() 공개 정적인 메소드

Creates a new instance of the QueryWrapper class.
public static Create ( object query ) : QueryWrapper
query object The wrapped object.
리턴 QueryWrapper

QueryWrapper() 공개 메소드

Initializes a new instance of the QueryWrapper class.
public QueryWrapper ( object query )
query object The wrapped object.