CoreOptionsExtension Oluşturucular

Tanım

Aşırı Yüklemeler

CoreOptionsExtension()

Her şeyin varsayılan değerlere ayar olduğu yeni bir seçenek kümesi oluşturur.

CoreOptionsExtension(CoreOptionsExtension)

yöntemi uygulanırken türetilmiş bir sınıf oluşturucusu tarafından Clone() çağrılır.

CoreOptionsExtension()

Her şeyin varsayılan değerlere ayar olduğu yeni bir seçenek kümesi oluşturur.

public CoreOptionsExtension ();
Public Sub New ()

Şunlara uygulanır

CoreOptionsExtension(CoreOptionsExtension)

yöntemi uygulanırken türetilmiş bir sınıf oluşturucusu tarafından Clone() çağrılır.

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)

Parametreler

copyFrom
CoreOptionsExtension

Kopyalanan örnek.

Şunlara uygulanır