DbFunctionBuilder.IConventionDbFunctionBuilder.CanSetStoreType Method

Definition

Returns a value indicating whether the given store type can be set for the database function.

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

Parameters

storeType
String

The store type of the function in the database.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the given store type can be set for the database function.

Implements

Applies to