DbFunctionParameterBuilder.IConventionDbFunctionParameterBuilder.HasTypeMapping Method

Definition

Sets the RelationalTypeMapping of the function parameter.

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

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

The same builder instance if the configuration was applied; null otherwise.

Implements

Applies to