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
name
Type: System.StringThe name of this object's type.