Gets the Type for the provider specified in AssemblyQualifiedName.

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

Syntax

C#
public Type GetProviderType()
Visual Basic
Public Function GetProviderType As Type

Return Value

Type: Type
The Type for the provider specified in AssemblyQualifiedName. If the Type can not be resolved, null is returned.

See Also