Filter.Field Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Filter.Field(String) | Instantiates a Field object with the specified name, to be used in a Filter object. | |
Filter.Field(String, String) | Instantiates a Field object with the specified name and table name, to be used in a Filter object. | |
Filter.Field(String, String, Filter.SortOrderTypeEnum) | Instantiates a Field object with the specified name, table name, and sort order, to be used in a Filter object. |
Top