ComponentOne Data Source for Entity Framework
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 System.Boolean
    public System.bool IsCaseSensitive {get; set;}
    See Also