IConventionDbFunctionParameterBuilder Interface

Definition

Provides a simple API for configuring a IConventionDbFunctionParameter.

public interface IConventionDbFunctionParameterBuilder
type IConventionDbFunctionParameterBuilder = interface
Public Interface IConventionDbFunctionParameterBuilder
Derived

Properties

Metadata

The function parameter metadata that is being built.

Methods

CanSetStoreType(String, Boolean)

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

CanSetTypeMapping(RelationalTypeMapping, Boolean)

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

HasStoreType(String, Boolean)

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

HasTypeMapping(RelationalTypeMapping, Boolean)

Sets the RelationalTypeMapping of the function parameter.

Applies to