ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewModel Class / FilterCondition Property

In This Topic
    FilterCondition Property
    In This Topic
    Gets or sets the filter expression defined in the WHERE clause of View Definition Language.
    Syntax
    'Declaration
     
    Public Property FilterCondition As System.String
    public System.string FilterCondition {get; set;}
    See Also