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(
	SortExpression sortExpression,
	PrefetchPath2 prefetchPath
)
Visual Basic
Public Sub New ( 
	sortExpression As SortExpression,
	prefetchPath As PrefetchPath2
)
Visual C++
public:
SelectQueryDefinition(
	SortExpression^ sortExpression, 
	PrefetchPath2^ prefetchPath
)
F#
new : 
        sortExpression : SortExpression * 
        prefetchPath : PrefetchPath2 -> SelectQueryDefinition

Parameters

sortExpression
Type: SortExpression
prefetchPath
Type: PrefetchPath2

See Also