Поделиться через


UpdateSqlGeneratorDependencies.With Метод

Определение

Перегрузки

With(IRelationalTypeMappingSource)

Клонирует этот объект параметра зависимостей с заменой одной службы.

With(ISqlGenerationHelper)

Клонирует этот объект параметра зависимостей с заменой одной службы.

With(IRelationalTypeMappingSource)

Клонирует этот объект параметра зависимостей с заменой одной службы.

public Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies
Public Function With (typeMappingSource As IRelationalTypeMappingSource) As UpdateSqlGeneratorDependencies

Параметры

typeMappingSource
IRelationalTypeMappingSource

Замена текущей зависимости этого типа.

Возвращаемое значение

Новый объект параметра с заменой заданной службы.

Применяется к

With(ISqlGenerationHelper)

Клонирует этот объект параметра зависимостей с заменой одной службы.

public Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper);
member this.With : Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper -> Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies
Public Function With (sqlGenerationHelper As ISqlGenerationHelper) As UpdateSqlGeneratorDependencies

Параметры

sqlGenerationHelper
ISqlGenerationHelper

Замена текущей зависимости этого типа.

Возвращаемое значение

Новый объект параметра с заменой заданной службы.

Применяется к