Class ObjectProjectionDefinition<TSource>
An Object based projection whose projection type is not yet known.
Type Parameters
TSource
The type of the source.
- Inheritance
-
Projection
Definition <TSource>ObjectProjectionDefinition<TSource>
- Inherited Members
- Extension Methods
Constructors
- Object
Projection Definition(object) Initializes a new instance of the ObjectProjectionDefinition<TSource> class.
Properties
- Object
Gets the object.
Methods
- Render(IBsonSerializer<TSource>, IBsonSerializerRegistry, LinqProvider)
Renders the projection to a RenderedProjectionDefinition<TProjection>.