This constructor allows you to specify your own schema provider and set the connection string.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public DatabaseSchema( IDbSchemaProvider provider, string connectionString ) |
Visual Basic |
---|
Public Sub New ( provider As IDbSchemaProvider, connectionString As String ) |
Parameters
- provider
- Type: SchemaExplorer..::..IDbSchemaProvider
The provider to use for this instance.
- connectionString
- Type: System..::..String
The connection string to use for this instance.