Class LinqToDBSection
- Namespace
- LinqToDB.Configuration
- Assembly
- linq2db.dll
Implementation of custom configuration section.
public class LinqToDBSection : ConfigurationSection, ILinqToDBSettings
- Inheritance
-
LinqToDBSection
- Implements
- Inherited Members
- Extension Methods
Properties
DataProviders
Gets list of data providers configuration elements.
public DataProviderElementCollection DataProviders { get; }
Property Value
DefaultConfiguration
Gets default connection configuration name.
public string DefaultConfiguration { get; }
Property Value
DefaultDataProvider
Gets default data provider configuration name.
public string DefaultDataProvider { get; }
Property Value
Instance
linq2db configuration section.
public static LinqToDBSection? Instance { get; }
Property Value
Properties
Gets the collection of properties.
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
- ConfigurationPropertyCollection
The ConfigurationPropertyCollection of properties for the element.