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
)
Visual Basic
Public Sub New ( 
	assemblyQualifiedName 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.

See Also