Click or drag to resize
ProjectionDefinitionExtensions.Slice Method
Overload List
  NameDescription
Public methodStatic memberSlice<TDocument>(ProjectionDefinition<TDocument>, FieldDefinition<TDocument>, Int32, Nullable<Int32>)
Combines an existing projection with an array slice projection.
Public methodStatic memberSlice<TDocument>(ProjectionDefinition<TDocument>, Expression<Func<TDocument, Object>>, Int32, Nullable<Int32>)
Combines an existing projection with an array slice projection.
Top
See Also