Gets the Type for the provider specified in AssemblyQualifiedName.
Namespace: SchemaExplorerAssembly: 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: TypeThe Type for the provider specified in AssemblyQualifiedName. If the Type can not be resolved, null is returned.