DynamicType.Add - Méthode (String, Object)
Ajoute une paire clé/valeur à la collection.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
key As String, _
value As Object _
)
'Utilisation
Dim instance As DynamicType
Dim key As String
Dim value As Object
instance.Add(key, value)
public void Add(
string key,
Object value
)
Paramètres
key
Type : System.StringL'objet clé.
value
Type : System.ObjectL'objet de valeur.
Exemples
Code Snippet: Implementing a Custom Connector