Click or drag to resize

MongoQueryProviderCreateQuery Method

Overload List
  NameDescription
Public methodCreateQueryT(Expression)
Creates a new instance of MongoQueryable{{T}} for this provider.
Public methodCreateQuery(Expression)
Creates a new instance MongoQueryable{{T}} for this provider. Calls the generic CreateQuery{{T}} to actually create the new MongoQueryable{{T}} instance.
Top
See Also