Gets default prefetch path for group searches.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
IPrefetchPath2 GetGroupPrefetch(
	bool fullPrefetch
)
Visual Basic
Function GetGroupPrefetch ( 
	fullPrefetch As Boolean
) As IPrefetchPath2
Visual C++
IPrefetchPath2^ GetGroupPrefetch(
	bool fullPrefetch
)
F#
abstract GetGroupPrefetch : 
        fullPrefetch : bool -> IPrefetchPath2 

Parameters

fullPrefetch
Type: System..::..Boolean
Indicates if full prefetch is required.

Return Value

Type: IPrefetchPath2
Prefetch path.

See Also