Creates an instance of IDbSchemaProvider for the type specified in AssemblyQualifiedName.

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

Syntax

C#
public IDbSchemaProvider CreateProvider()
Visual Basic
Public Function CreateProvider As IDbSchemaProvider

Return Value

Type: IDbSchemaProvider
An instance of IDbSchemaProvider, null if the type can not be resolved.

See Also