Initializes a new instance of the DataSource class
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public DataSource( string name, string connectionString, string providerType, bool isSelected )  | 
| Visual Basic | 
|---|
Public Sub New ( name As String, connectionString As String, providerType As String, isSelected As Boolean )  | 
Parameters
- name
 - Type: System..::..String
 
- connectionString
 - Type: System..::..String
 
- providerType
 - Type: System..::..String
 
- isSelected
 - Type: System..::..Boolean