共用方式為


IConventionDbFunction.SetIsBuiltIn(Boolean, Boolean) 方法

定義

設定值,指出資料庫函式是否內建。

public bool SetIsBuiltIn (bool builtIn, bool fromDataAnnotation = false);
abstract member SetIsBuiltIn : bool * bool -> bool
Public Function SetIsBuiltIn (builtIn As Boolean, Optional fromDataAnnotation As Boolean = false) As Boolean

參數

builtIn
Boolean

值,指出資料庫函式是否內建。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

已設定的值。

適用於