Table of Contents

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

IEnumerable<NamedValue>

Default

Gets a value indicating whether the provider is default.

bool Default { get; }

Property Value

bool

Name

Gets a name of this data provider configuration.

string? Name { get; }

Property Value

string

TypeName

Gets an assembly qualified type name of this data provider.

string TypeName { get; }

Property Value

string