[]
Represents a section report data source based on the SqlDB ADO.NET data provider.
[TypeConverter(typeof())]
public sealed class SqlDBDataSource : DbDataSource, IDbConnectionProperties
| Name | Description |
|---|---|
| SqlDBDataSource() | Initializes a new instance of the SqlDBDataSource class. |
| SqlDBDataSource(string, string, int) | Initializes a new instance of the SqlDBDataSource class. |
| Name | Description |
|---|---|
| ProviderName | Returns provider's invariant name |
| Name | Description |
|---|---|
| OnConnectionStringChanging(string) | Allows to edit the connection string when its current value is about to change. |
| SetCredentials(string, string) | Sets credentials. |