The following tables list the members exposed by IFetchOptions.
Name | Description | |
---|---|---|
![]() | Distinct | Returns distinct elements from a sequence. |
![]() | Include | Configures eager fetching for related entities in the specified query path. |
![]() | Skip | Bypasses a specified number of elements in a sequence and then returns the remaining elements. |
![]() | Take | Returns a specified number of contiguous elements from the start of a sequence. |