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