See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
protected static EntityQuery GetCondition(
	Type propertyType
)
Visual Basic
Protected Shared Function GetCondition ( 
	propertyType As Type
) As EntityQuery
Visual C++
protected:
static EntityQuery^ GetCondition(
	Type^ propertyType
)

Parameters

propertyType
Type: System..::..Type

Return Value

Type: EntityQuery

See Also