System.Data.Generic
| DataSource Constructor |
Overload List
| Name | Description | |
|---|---|---|
|
DataSource(String) |
Returns a new instance of the DataSource class, and opens the connection immediately.
|
|
DataSource(String, Boolean) |
Returns a new instance of the DataSource class.
|
|
DataSource(ConnectionStringBuilder, Boolean) |
Returns a new instance of the DataSource class, using a connectionstring builder.
|
See Also