MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
IMongoDatabase Interface
IMongoDatabase Methods
CreateViewAsync Method
CreateViewAsync(TDocument, TResult) Method (String, String, PipelineDefinition(TDocument, TResult), CreateViewOptions(TDocument), CancellationToken)
CreateViewAsync(TDocument, TResult) Method (IClientSessionHandle, String, String, PipelineDefinition(TDocument, TResult), CreateViewOptions(TDocument), CancellationToken)
IMongoDatabase
CreateViewAsync Method
Overload List
Name
Description
CreateViewAsync
TDocument, TResult
(String, String, PipelineDefinition
TDocument, TResult
, CreateViewOptions
TDocument
, CancellationToken)
Creates a view.
CreateViewAsync
TDocument, TResult
(IClientSessionHandle, String, String, PipelineDefinition
TDocument, TResult
, CreateViewOptions
TDocument
, CancellationToken)
Creates a view.
Top
See Also
Reference
IMongoDatabase Interface
MongoDB.Driver Namespace
Copyright © 2010–present MongoDB Inc.
Send comments on this topic to
MongoDB