共用方式為


IConventionDbFunctionBuilder.CanSetIsBuiltIn(Boolean, Boolean) 方法

定義

傳回值,指出是否可以為資料庫函式設定指定的內建。

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

參數

builtIn
Boolean

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

fromDataAnnotation
Boolean

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

傳回

true 如果可以針對資料庫函式設定指定的架構,則為 。

適用於