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

指示是否使用数据注释指定配置。

返回

配置的值。

适用于