MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
MongoDatabaseBase Class
MongoDatabaseBase 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)
MongoDatabaseBase
.
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
MongoDatabaseBase Class
MongoDB.Driver Namespace
Copyright © 2010–present MongoDB Inc.
Send comments on this topic to
MongoDB