DynamicType.Add Method (KeyValuePair<String, Object>)
Adds a field to the collection.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub Add ( _
item As KeyValuePair(Of String, Object) _
)
'Usage
Dim instance As DynamicType
Dim item As KeyValuePair(Of String, Object)
instance.Add(item)
public void Add(
KeyValuePair<string, Object> item
)
Parameters
item
Type: System.Collections.Generic.KeyValuePair<String, Object>The field to be added to the collection.