Click or drag to resize

FieldsBuilder<TDocument>.Slice Method

Overload List
  NameDescription
Public methodSlice<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, Int32)
Adds a slice to be included in the results.
Public methodSlice<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, Int32, Int32)
Adds a slice to be included in the results.
Top
See Also