Click or drag to resize

Fields<TDocument>.Slice Method

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