Interface IMutableDbFunctionParameter
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a function parameter.
public interface IMutableDbFunctionParameter : IReadOnlyDbFunctionParameter, IReadOnlyAnnotatable, IMutableAnnotatable
- Inherited Members
Remarks
See Database functions for more information and examples.
Properties
Function
Gets the function to which this parameter belongs.
IMutableDbFunction Function { get; }
Property Value
StoreType
Gets or sets the store type of this parameter.
string? StoreType { get; set; }
Property Value
TypeMapping
Gets or sets the RelationalTypeMapping for this parameter.
RelationalTypeMapping? TypeMapping { get; set; }