Filter.FieldBase.FormatFieldName method
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