DataSourceAttribute Members
Provides data source-specific information for data-driven testing. This class cannot be inherited.
The following tables list the members exposed by the DataSourceAttribute type.
| Name | Description | |
|---|---|---|
| DataSourceAttribute | Overloaded. Initializes a new instance of the DataSourceAttribute class. |
| Name | Description | |
|---|---|---|
| DefaultDataAccessMethod | Represents the default data access method. This field is read-only. |
| DefaultProviderName | Represents the default data provider name. This field is read-only. |
| Name | Description | |
|---|---|---|
| ConnectionString | Gets a value representing the connection string for the data source. |
| DataAccessMethod | Gets the method used to access the data source. |
| DataSourceSettingName | Gets a value indicating the setting name used to identify data source connection information stored in a configuration file. |
| ProviderInvariantName | Gets a value representing the data provider of the data source. |
| TableName | Gets a value indicating the table name providing data. |
| TypeId | (Inherited from Attribute.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (Inherited from Attribute.) |
| GetCustomAttribute | Overloaded. (Inherited from Attribute.) |
| GetCustomAttributes | Overloaded. (Inherited from Attribute.) |
| GetHashCode | (Inherited from Attribute.) |
| GetType | (Inherited from Object.) |
| IsDefaultAttribute | (Inherited from Attribute.) |
| IsDefined | Overloaded. (Inherited from Attribute.) |
| Match | (Inherited from Attribute.) |
| ReferenceEquals | (Inherited from Object.) |
| ToString | (Inherited from Object.) |