CoreOptionsExtension 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
正在複製的 實例。