DynamicType Constructor (String)

Initializes a new instance of the DynamicType class with the specified object type name.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New DynamicType(name)
public DynamicType(
    string name
)

Parameters

See Also

Reference

DynamicType Class

DynamicType Members

DynamicType Overload

Microsoft.BusinessData.Runtime Namespace