Initializes a new instance of the DataSource class

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

Syntax

C#
public DataSource(
	string name,
	string connectionString,
	string providerType
)
Visual Basic
Public Sub New ( 
	name As String,
	connectionString As String,
	providerType As String
)

Parameters

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

See Also