Advanced.Data.Provider Documentation

AdpProviderCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a AdpProvider with the specified value to the AdpProviderCollection.

[Visual Basic]
Public Sub Add( _
   ByVal value As AdpProvider _
)
[C#]
public void Add(
   AdpProvider value
);

Parameters

value
The AdpProvider to add.

See Also

AdpProviderCollection Class | Advanced.Data.Provider Namespace