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

Syntax

C#
public static IEnumerable<SchemaProvider> GetProviders(
	bool probe
)
Visual Basic
Public Shared Function GetProviders ( 
	probe As Boolean
) As IEnumerable(Of SchemaProvider)

Parameters

probe
Type: System..::..Boolean

Return Value

Type: IEnumerable<(Of <(<'SchemaProvider>)>)>

See Also