CoreOptionsExtension 构造函数

定义

重载

CoreOptionsExtension()

创建一组新的选项,其中所有选项均设置为默认值。

CoreOptionsExtension(CoreOptionsExtension)

在实现 方法时由派生类构造函数调用 Clone()

CoreOptionsExtension()

创建一组新的选项,其中所有选项均设置为默认值。

public CoreOptionsExtension ();
Public Sub New ()

适用于

CoreOptionsExtension(CoreOptionsExtension)

在实现 方法时由派生类构造函数调用 Clone()

protected CoreOptionsExtension (Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension copyFrom);
new Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension : Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Protected Sub New (copyFrom As CoreOptionsExtension)

参数

copyFrom
CoreOptionsExtension

正在克隆的实例。

适用于