Filter.FieldBase.FormatFieldName Method
Include Protected Members
Include Inherited Members
Formats the filter field name.
Overload List
Name | Description | |
---|---|---|
FormatFieldName() | Formats the field name by itself, or formats the field name with the DataTable name if the field is already part of a filter. | |
FormatFieldName(String) | Formats the field with the InvariantCulture information. | |
FormatFieldName(String, String) | Formats the field with the InvariantCulture information and the DataTable name. |
Top