'Declaration Public Function Add( _ ByVal dataSource As DataSource _ ) As Integer
public int Add( DataSource dataSource )
Parameters
- dataSource
- The DataSource object to add.
Return Value
The index of the added object in the current collection.
'Declaration Public Function Add( _ ByVal dataSource As DataSource _ ) As Integer
public int Add( DataSource dataSource )