MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
IMongoDatabase Interface
IMongoDatabase Methods
CreateView Method
CreateView(TDocument, TResult) Method (String, String, PipelineDefinition(TDocument, TResult), CreateViewOptions(TDocument), CancellationToken)
CreateView(TDocument, TResult) Method (IClientSessionHandle, String, String, PipelineDefinition(TDocument, TResult), CreateViewOptions(TDocument), CancellationToken)
IMongoDatabase
.
CreateView Method
Overload List
Name
Description
CreateView
<
TDocument, TResult
>
(String, String, PipelineDefinition
<
TDocument, TResult
>
, CreateViewOptions
<
TDocument
>
, CancellationToken)
Creates a view.
CreateView
<
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-2015 MongoDB Inc.
Send comments on this topic to
MongoDB