DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnection Class / CustomOperators Property

In This Topic
    CustomOperators Property
    In This Topic
    The property allows declare a subset Operators that supports by a specific data source.
    Syntax
    'Declaration
     
    Public Property CustomOperators As ReadOnlyCollection(Of String)
    public ReadOnlyCollection<string> CustomOperators {get; set;}
    See Also