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

Syntax

C#
protected DatabaseSchema CreateDatabaseSchemaInstance(
	string connectionString,
	string providerType
)
Visual Basic
Protected Function CreateDatabaseSchemaInstance ( 
	connectionString As String,
	providerType As String
) As DatabaseSchema

Parameters

connectionString
Type: System..::..String
providerType
Type: System..::..String

Return Value

Type: DatabaseSchema

See Also