Attribute Details: CaseSensitive
 Back


Set CaseSensitive to "False" when comparing and matching values regardless of character case.

For elements using DataLayer.ActiveSQL, CaseSensitive may be set to "DataSourceCollation". Then case sensitivity is defined by the database column's "collation" which may be sensitive or not. This option can provide better performance for case-insensitive filters.

For AnalysisFilter with DataLayer.ActiveSQL and SqlCompareFilter, the default is "DataSourceCollation". The default is "True" for all other elements.



POTENTIAL VALUES

DataSourceCollation
False
True




PARENT ELEMENTS

Click element to drill down for more information.

Analysis Filter
Compare Filter
Comparison Filter
Contain Filter
Replace Value Sql Compare Filter


 Back to top