Skip to main content

NavigationFilterMode

Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query

Controls how navigation properties affect the result set.

public enum NavigationFilterMode

Inheritance ObjectValueTypeEnumNavigationFilterMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Filter0Entities without matching associations are filtered out (pre-pagination). This is the default behavior.
Include1Entities without matching associations are kept with null values (post-pagination). Navigation lookups run only on the paginated subset, improving performance.