Click or drag to resize

IAggregateFluentExtensions.Facet Method

Overload List
  NameDescription
Public methodStatic memberFacet<TResult>(IAggregateFluent<TResult>,AggregateFacet<TResult>[])
Appends a $facet stage to the pipeline.
Public methodStatic memberFacet<TResult>(IAggregateFluent<TResult>, IEnumerable<AggregateFacet<TResult>>)
Appends a $facet stage to the pipeline.
Public methodStatic memberFacet<TResult, TNewResult>(IAggregateFluent<TResult>,AggregateFacet<TResult>[])
Appends a $facet stage to the pipeline.
Top
See Also