'Declaration Public Function Add( _ ByVal value As DataSource _ ) As Integer
public int Add( DataSource value )
Parameters
- value
- The DataSource object to add to the collection.
Return Value
A new DataSource object.
'Declaration Public Function Add( _ ByVal value As DataSource _ ) As Integer
public int Add( DataSource value )