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

In This Topic
    ODataVersion Property (C1ODataConnection)
    In This Topic
    An int specifying which version of Odata is being used by C1ODataConnection.
    Syntax
    'Declaration
     
    Public ReadOnly Property ODataVersion As Integer
    public int ODataVersion {get;}
    See Also