Click or drag to resize

FieldKernelGetNavInfo Method

Get Navigation info for this field from cache, if cached, else generate it, cache it and return it.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected FieldKernelNavInfo GetNavInfo(
	bool forFind
)

Parameters

forFind
Type: SystemBoolean
Specifies whether or not the NavInfo is to be used in the context of a Find.

Return Value

Type: FieldKernelNavInfo
The field's navigation info.
See Also