OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.IsBuiltIn Method

Definition

Marks whether the database function is built-in.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> IsBuiltIn (bool builtIn = true);
override this.IsBuiltIn : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function IsBuiltIn (Optional builtIn As Boolean = true) As OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)

Parameters

builtIn
Boolean

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

Returns

The same builder instance so that multiple configuration calls can be chained.

Remarks

See Database functions for more information and examples.

Applies to