| Overload | Description |
|---|---|
| SqlConnectionDataProvider Constructor(SqlConnection) | Initializes the data provider to access all elements available from the connection. |
| SqlConnectionDataProvider Constructor(SqlConnection,String) | Initializes the data provider to access all elements available from the connection that belong to the passed schema. |
| SqlConnectionDataProvider Constructor(SqlConnection,ReadOnlyCollection<String>) | Initializes the data provider to access all elements available from the connection that belong to the passed schemas. |