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

In This Topic
    UseDynamicType Property (C1ODataConnectionStringBuilder)
    In This Topic
    This property can be used to specified or retrieve whether or not, dynamic type is considered.
    Syntax
    'Declaration
     
    Public Property UseDynamicType As Boolean
    public bool UseDynamicType {get; set;}
    See Also