Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterNaryExpression Class / Expressions Property

In This Topic
    Expressions Property (FilterNaryExpression)
    In This Topic
    Gets the expressions that are combined.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Expressions As IReadOnlyList(Of FilterExpression)
    public IReadOnlyList<FilterExpression> Expressions {get;}
    See Also