DbFunctionParameterBuilder.IConventionDbFunctionParameterBuilder.HasStoreType Method

Definition

Sets the store type of the function parameter in the database.

Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder IConventionDbFunctionParameterBuilder.HasStoreType (string storeType, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.HasStoreType : string * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.HasStoreType : string * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder
Function HasStoreType (storeType As String, fromDataAnnotation As Boolean) As IConventionDbFunctionParameterBuilder Implements IConventionDbFunctionParameterBuilder.HasStoreType

Parameters

storeType
String

The store type of the function parameter in the database.

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