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

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public override bool SupportsQuery(
	EntityDescriptor entityType
)
Visual Basic
Public Overrides Function SupportsQuery ( 
	entityType As EntityDescriptor
) As Boolean
Visual C++
public:
virtual bool SupportsQuery(
	EntityDescriptor^ entityType
) override

Parameters

entityType
Type: EntityDescriptor

Return Value

Type: Boolean

Implements

IEntityAccessorSupportsQuery(EntityDescriptor)

See Also