ProjectionDefinition(TSource, TProjection) Class (original) (raw)

ProjectionDefinitionTSource, TProjection Class

Base class for projections.

Inheritance Hierarchy

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public abstract class ProjectionDefinition<TSource, TProjection>

Public MustInherit Class ProjectionDefinition(Of TSource, TProjection)

[] type ProjectionDefinition<'TSource, 'TProjection> = class end

Type Parameters

TSource

The type of the source.

TProjection

The type of the projection.

The ProjectionDefinitionTSource, TProjection type exposes the following members.

Constructors

Methods

Operators

Extension Methods

See Also

Reference