Table of Contents

Class ProjectionBuilderBase<T, TBuilder>

Namespace
DataStax.AstraDB.DataApi.Core.Query
Assembly
DataStax.AstraDB.DataApi.dll

Base class for projection builders. Not intended to be used directly.

public abstract class ProjectionBuilderBase<T, TBuilder> : IProjectionBuilder where TBuilder : ProjectionBuilderBase<T, TBuilder>

Type Parameters

T

The type of the document.

TBuilder

The type of the projection builder.

Inheritance
ProjectionBuilderBase<T, TBuilder>
Implements
Derived
Inherited Members

Methods

Clone()

Creates a copy of this projection builder.

public abstract IProjectionBuilder Clone()

Returns

IProjectionBuilder

A new IProjectionBuilder with the same projections.