RelationalDatabaseDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(IRelationalConnection)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IBatchExecutor)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(ICommandBatchPreparer)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IRelationalConnection)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection -> Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseDependencies
Public Function With (connection As IRelationalConnection) As RelationalDatabaseDependencies

Parametreler

connection
IRelationalConnection

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

RelationalDatabaseDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IBatchExecutor)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseDependencies With (Microsoft.EntityFrameworkCore.Update.IBatchExecutor batchExecutor);
member this.With : Microsoft.EntityFrameworkCore.Update.IBatchExecutor -> Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseDependencies
Public Function With (batchExecutor As IBatchExecutor) As RelationalDatabaseDependencies

Parametreler

batchExecutor
IBatchExecutor

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

RelationalDatabaseDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(ICommandBatchPreparer)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseDependencies With (Microsoft.EntityFrameworkCore.Update.ICommandBatchPreparer batchPreparer);
member this.With : Microsoft.EntityFrameworkCore.Update.ICommandBatchPreparer -> Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseDependencies
Public Function With (batchPreparer As ICommandBatchPreparer) As RelationalDatabaseDependencies

Parametreler

batchPreparer
ICommandBatchPreparer

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

RelationalDatabaseDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır