Returns a collection of available providers.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[ObsoleteAttribute("Use DataSourceManager.GetProviders instead.")]
public IDbSchemaProviderCollection GetProviders()
Visual Basic
<ObsoleteAttribute("Use DataSourceManager.GetProviders instead.")> 
Public Function GetProviders As IDbSchemaProviderCollection

Return Value

Type: IDbSchemaProviderCollection
IDbSchemaProviderCollection

See Also