DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / FilterDescriptor Class / IsCaseSensitive Property

In This Topic
    IsCaseSensitive Property
    In This Topic
    Gets or sets a value indicating whether the FilterDescriptor is case sensitive for string values.
    Syntax
    'Declaration
     
    Public Property IsCaseSensitive As Boolean
    public bool IsCaseSensitive {get; set;}
    See Also