ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / FilterDescriptor Class / Value Property

In This Topic
    Value Property (FilterDescriptor)
    In This Topic
    Gets or sets the value of the right operand.
    Syntax
    'Declaration
     
    
    Public Property Value As System.Object
    public System.object Value {get; set;}
    Remarks
    This will be used by the ClientViewSource to compose a filter for the load query. It will be applied following the pattern [Entity].[PropertyPath] [Operator] [Value]. For example, a query might look like Customer.Name == "CurrentCustomerName".
    See Also