DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeConnection Class / UseDynamicType Property

In This Topic
    UseDynamicType Property (C1SnowflakeConnection)
    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