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

Get the most commonly used filter fields. The other fields are made available by the filter field expand button.

Namespace: NTier.AppWizard.Forms
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0

Syntax

C#
protected virtual FieldDescriptor[] GetCommonFilterFields()
Visual Basic
Protected Overridable Function GetCommonFilterFields As FieldDescriptor()
Visual C++
protected:
virtual array<FieldDescriptor^>^ GetCommonFilterFields()

Return Value

Type: array<FieldDescriptor>[]()[][]

See Also