Filter.FieldBase constructor
Overload list
Name | Description | |
---|---|---|
Filter.FieldBase(String) | Instantiates a FieldBase object with the specified name. | |
Filter.FieldBase(String, String) | Instantiates a FieldBase object with the specified name and DataTable. | |
Filter.FieldBase(String, String, Filter.SortOrderTypeEnum) | Instantiates a FieldBase object with the specified name, DataTable, and sort order. |
Top