Sdílet prostřednictvím


RelationalDbContextOptionsBuilder<TBuilder,TExtension>.WithOption Metoda

Definice

Nastaví možnost naklonováním rozšíření použitého k uložení nastavení. Tím se zajistí, že tvůrce neupraví možnosti, které se už používají jinde.

protected virtual TBuilder WithOption (Func<TExtension,TExtension> setAction);
abstract member WithOption : Func<'Extension, 'Extension (requires 'Extension :> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension and 'Extension : (new : unit -> 'Extension) and 'Extension :> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension and 'Extension : (new : unit -> 'Extension))> -> 'Builder
override this.WithOption : Func<'Extension, 'Extension (requires 'Extension :> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension and 'Extension : (new : unit -> 'Extension) and 'Extension :> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension and 'Extension : (new : unit -> 'Extension))> -> 'Builder
Protected Overridable Function WithOption (setAction As Func(Of TExtension, TExtension)) As TBuilder

Parametry

setAction
Func<TExtension,TExtension>

Akce pro nastavení možnosti

Návraty

TBuilder

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Platí pro