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
)
Protected Function GetNavInfo (
forFind As Boolean
) As FieldKernelNavInfo
Parameters
- forFind
- Type: SystemBoolean
Specifies whether or not the NavInfo is to be used in the context of a Find.
Return Value
Type:
FieldKernelNavInfoThe field's navigation info.
See Also