Interface IDbFunctionParameter
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a function parameter.
public interface IDbFunctionParameter : IReadOnlyDbFunctionParameter, IReadOnlyAnnotatable, IAnnotatable
- Inherited Members
Remarks
See Database functions for more information and examples.
Properties
Function
Gets the function to which this parameter belongs.
IDbFunction Function { get; }
Property Value
StoreFunctionParameter
Gets the associated IStoreFunctionParameter.
IStoreFunctionParameter StoreFunctionParameter { get; }
Property Value
StoreType
Gets the store type of this parameter.
string StoreType { get; }