DataSourceAttribute Properties
Visual Studio 2012
The DataSourceAttribute type exposes the following members.
| 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 | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |