Interface IDataProviderSettings
- Namespace
- LinqToDB.Configuration
- Assembly
- linq2db.dll
Data provider configuration provider.
public interface IDataProviderSettings
- Extension Methods
Properties
Attributes
Extra provider-specific parameters.
Sybase:
SAP HANA:
Oracle:
SQL Server:
DB2:
IEnumerable<NamedValue> Attributes { get; }
Property Value
Default
Gets a value indicating whether the provider is default.
bool Default { get; }
Property Value
Name
Gets a name of this data provider configuration.
string? Name { get; }
Property Value
TypeName
Gets an assembly qualified type name of this data provider.
string TypeName { get; }