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, Type providerType, bool isSelected ) |
Visual Basic |
---|
Public Sub New ( name As String, connectionString As String, providerType As Type, isSelected As Boolean ) |
Parameters
- name
- Type: System..::..String
- connectionString
- Type: System..::..String
- providerType
- Type: System..::..Type
- isSelected
- Type: System..::..Boolean