Creates an instance of IDbConnectionStringEditor 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 IDbConnectionStringEditor CreateEditor()
Visual Basic
Public Function CreateEditor As IDbConnectionStringEditor

Return Value

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

See Also