Advanced.Data.Provider Documentation

AdpProviderCollection.Item Property

[This is preliminary documentation and subject to change.]

Represents the entry at the specified index of the AdpProvider.

[Visual Basic]
Public Default Property Item( _
   ByVal Name As String _
) As AdpProvider
[C#]
public AdpProvider this[
   string Name
] {get; set;}

Parameters

Name
Missing <param> documentation for Name

See Also

AdpProviderCollection Class | Advanced.Data.Provider Namespace