Creates an instance of IDbSchemaProvider for the type specified in AssemblyQualifiedName.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public IDbSchemaProvider CreateProvider( bool cache ) |
Visual Basic |
---|
Public Function CreateProvider ( cache As Boolean ) As IDbSchemaProvider |
Parameters
- cache
- Type: System..::..Boolean
if set to true, the an instance will be cached and return on future calls.
Return Value
Type: IDbSchemaProviderAn instance of IDbSchemaProvider, null if the type can not be resolved.