StringPropertyValueComparer Property

Gets or sets the object to use to check whether two values of this property are equivalent.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IEqualityComparer<string> ValueComparer { get; set; }

Property Value

Type: IEqualityComparerString
Remarks
The default value is Ordinal. Setting this property to will reset the value to the default.
See Also