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