IConventionDbFunctionParameterBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework