Click or drag to resize

MongoQueryProvider.CreateQuery Method

Overload List
  NameDescription
Public methodCreateQuery<T>(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