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

Syntax

C#
public bool ShowEditor(
	string currentConnectionString
)
Visual Basic
Public Function ShowEditor ( 
	currentConnectionString As String
) As Boolean

Parameters

currentConnectionString
Type: System..::..String

Return Value

Type: Boolean

Implements

IDbConnectionStringEditor..::..ShowEditor(String)

See Also