DataSourceElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Data Source element.
public ref class DataSourceElement sealed : System::Configuration::ConfigurationElement
public sealed class DataSourceElement : System.Configuration.ConfigurationElement
type DataSourceElement = class
inherit ConfigurationElement
Public NotInheritable Class DataSourceElement
Inherits ConfigurationElement
- Inheritance
-
DataSourceElement
Constructors
DataSourceElement() |
Properties
ConnectionString |
Gets or sets the ConnectionStringSettings element in <connectionStrings> section in the .config file. |
DataAccessMethod |
Gets or sets the type of data access. |
DataTableName |
Gets or sets the name of the data table. |
Name |
Gets or sets the name of this configuration. |
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.