Gets the default rating prefetch path.

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

Syntax

C#
IPrefetchPath2 GetRatingDefaultPrefetch(
	int parentEntityType,
	bool fullPrefetch
)
Visual Basic
Function GetRatingDefaultPrefetch ( 
	parentEntityType As Integer,
	fullPrefetch As Boolean
) As IPrefetchPath2
Visual C++
IPrefetchPath2^ GetRatingDefaultPrefetch(
	int parentEntityType, 
	bool fullPrefetch
)
F#
abstract GetRatingDefaultPrefetch : 
        parentEntityType : int * 
        fullPrefetch : bool -> IPrefetchPath2 

Parameters

parentEntityType
Type: System..::..Int32
Parent entity type
fullPrefetch
Type: System..::..Boolean
Include full prefetch path

Return Value

Type: IPrefetchPath2
Rating prefetch path

See Also