Initializes a new instance of the SchemaProvider class.

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

Syntax

C#
public SchemaProvider(
	string assemblyQualifiedName,
	string displayName
)
Visual Basic
Public Sub New ( 
	assemblyQualifiedName As String,
	displayName As String
)

Parameters

assemblyQualifiedName
Type: System..::..String
The assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded.
displayName
Type: System..::..String
The name used in displaying this DataSourceProvider.

See Also