Interface IStoreFunctionParameter
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a IStoreFunction parameter.
public interface IStoreFunctionParameter : IAnnotatable
- Extension Methods
Properties
DbFunctionParameters
Gets the associated IDbFunctionParameters.
IEnumerable<IDbFunctionParameter> DbFunctionParameters { get; }
Property Value
Function
Gets the IStoreFunction to which this parameter belongs.
IStoreFunction Function { get; }
Property Value
Name
Gets the parameter name.
string Name { get; }
Property Value
Type
Gets the store type of this parameter.
string Type { get; }