Share via


IConventionDbFunctionParameterBuilder.CanSetTypeMapping Method

Definition

Returns a value indicating whether RelationalTypeMapping can be set for this property from the current configuration source.

public bool CanSetTypeMapping (Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping typeMapping, bool fromDataAnnotation = false);
abstract member CanSetTypeMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * bool -> bool
Public Function CanSetTypeMapping (typeMapping As RelationalTypeMapping, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

typeMapping
RelationalTypeMapping

The type mapping to use for the function parameter.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

True if the type mapping can be set for this property.

Applies to