IFieldValueDictionary.CreateInstance Method
Creates a new instance of the object the dot notation refers to.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function CreateInstance ( _
fieldDotNotation As String _
) As Object
'Usage
Dim instance As IFieldValueDictionary
Dim fieldDotNotation As String
Dim returnValue As Object
returnValue = instance.CreateInstance(fieldDotNotation)
Object CreateInstance(
string fieldDotNotation
)
Parameters
fieldDotNotation
Type: System.StringThe path to the object.
Return Value
Type: System.Object
The instantiated object.
Remarks
For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.
Note
Note that the created object will not be set to the field at the given path.