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

  • numberOfChildren
    Type: System.Int32

    The initial number of slots for fields of this type.

See Also

Reference

DynamicType Class

DynamicType Members

DynamicType Overload

Microsoft.BusinessData.Runtime Namespace