Aracılığıyla paylaş


CoreOptionsExtension Oluşturucular

Tanım

Aşırı Yüklemeler

CoreOptionsExtension()

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

CoreOptionsExtension(CoreOptionsExtension)

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

CoreOptionsExtension()

Her şeyin varsayılan değerlere ayarlandığı 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şturucu tarafından çağrılır 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)

Parametreler

copyFrom
CoreOptionsExtension

Kopyalanan örnek.

Şunlara uygulanır