Add(String,Object) Method
In This Topic
Adds a data source to this
DataSourceDictionary.
Syntax
'Declaration
Public Overloads Sub Add( _
ByVal As System.String, _
ByVal As System.Object _
)
public void Add(
System.string ,
System.object
)
Parameters
- key
- The key (name) of the data source to add.
- value
- The data source to add.
See Also