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