DynamicType.Add Method (String, Object)

Adds a key/value pair to the collection.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub Add ( _
    key As String, _
    value As Object _
)
'Usage
Dim instance As DynamicType
Dim key As String
Dim value As Object

instance.Add(key, value)
public void Add(
    string key,
    Object value
)

Parameters

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

Examples

Code Snippet: Implementing a Custom Connector

See Also

Reference

DynamicType Class

DynamicType Members

Add Overload

Microsoft.BusinessData.Runtime Namespace