IConventionDbFunction.SetIsBuiltIn(Boolean, Boolean) Method

Definition

Sets the value indicating whether the database function is built-in or not.

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

Parameters

builtIn
Boolean

The value indicating whether the database function is built-in or not.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The configured value.

Applies to