Initializes a new instance of the SelectQueryDefinition class

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public SelectQueryDefinition(
	IPredicate filterPredicate,
	PrefetchPath2 prefetchPath
)
Visual Basic
Public Sub New ( 
	filterPredicate As IPredicate,
	prefetchPath As PrefetchPath2
)
Visual C++
public:
SelectQueryDefinition(
	IPredicate^ filterPredicate, 
	PrefetchPath2^ prefetchPath
)
F#
new : 
        filterPredicate : IPredicate * 
        prefetchPath : PrefetchPath2 -> SelectQueryDefinition

Parameters

filterPredicate
Type: IPredicate
prefetchPath
Type: PrefetchPath2

See Also