DynamicType Class

Represents an object whose structure can be modified at run time.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.BusinessData.Runtime.DynamicType

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public NotInheritable Class DynamicType _
    Inherits MarshalByRefObject _
    Implements IDictionary(Of String, Object),  _
    ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)),  _
    IDictionary, ICollection, IEnumerable, IXmlSerializable
'Usage
Dim instance As DynamicType
public sealed class DynamicType : MarshalByRefObject, 
    IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>, 
    IEnumerable<KeyValuePair<string, Object>>, IDictionary, ICollection, 
    IEnumerable, IXmlSerializable

Remarks

This type can be used with assemblies to be used with a .Net Assembly connector when the data structure on the external system is not static. The default type reflector in Business Data Connectivity (BDC) service can work with the DynamicType as if it is a complex .Net structure.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DynamicType Members

Microsoft.BusinessData.Runtime Namespace