FilterDescriptor.IsCaseSensitive Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets or sets a value indicating whether the FilterDescriptor is case sensitive for string values.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)

Syntax

'Declaration
Public Property IsCaseSensitive As Boolean
    Get
    Set
'Usage
Dim instance As FilterDescriptor
Dim value As Boolean

value = instance.IsCaseSensitive

instance.IsCaseSensitive = value
public bool IsCaseSensitive { get; set; }
public:
property bool IsCaseSensitive {
    bool get ();
    void set (bool value);
}
member IsCaseSensitive : bool with get, set
function get IsCaseSensitive () : boolean
function set IsCaseSensitive (value : boolean)

Property Value

Type: System.Boolean
true if the FilterDescriptor is case sensitive for string values; otherwise, false.

Remarks

When this value is true, the load query in the DomainDataSource will respect case sensitivity. However, it is not guaranteed that the data store used by the domain service will also respect case sensitivity.

See Also

Reference

FilterDescriptor Class

System.Windows.Controls Namespace