DynamicType Constructor (String, Int32)
Initializes a new instance of the DynamicType class with the specified object type name and number of child elements.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
numberOfChildren As Integer _
)
'Usage
Dim name As String
Dim numberOfChildren As Integer
Dim instance As New DynamicType(name, numberOfChildren)
public DynamicType(
string name,
int numberOfChildren
)
Parameters
name
Type: System.StringThe name of this object's type.
numberOfChildren
Type: System.Int32The initial number of slots for fields of this type.