Table of Contents

Class LinqToDBProviderInfo

Namespace
LinqToDB.EntityFrameworkCore
Assembly
linq2db.EntityFrameworkCore.dll

Stores LINQ To DB database provider information.

public sealed class LinqToDBProviderInfo
Inheritance
LinqToDBProviderInfo

Properties

ProviderName

Gets or sets LINQ To DB provider name. ProviderName for available providers.

public string? ProviderName { get; set; }

Property Value

string

Version

Server version. Currently is not used.

public string? Version { get; set; }

Property Value

string

Methods

Merge(LinqToDBProviderInfo?)

Replaces null values in current instance with values from parameter.

public void Merge(LinqToDBProviderInfo? providerInfo)

Parameters

providerInfo LinqToDBProviderInfo

Provider information to merge into current object.