DbFunctionParameterBuilder.IConventionDbFunctionParameterBuilder.CanSetTypeMapping Method

Definition

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

bool IConventionDbFunctionParameterBuilder.CanSetTypeMapping (Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping typeMapping, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.CanSetTypeMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.CanSetTypeMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * bool -> bool
Function CanSetTypeMapping (typeMapping As RelationalTypeMapping, fromDataAnnotation As Boolean) As Boolean Implements IConventionDbFunctionParameterBuilder.CanSetTypeMapping

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.

Implements

Applies to