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

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