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

In This Topic
    UseDynamicType Property (C1ODataConnection)
    In This Topic
    A boolean specifying whether or not this C1ODataConnection is using dynamic type.
    Syntax
    'Declaration
     
    Public ReadOnly Property UseDynamicType As Boolean
    public bool UseDynamicType {get;}
    See Also