Table of Contents

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

IDbFunction

StoreFunctionParameter

Gets the associated IStoreFunctionParameter.

IStoreFunctionParameter StoreFunctionParameter { get; }

Property Value

IStoreFunctionParameter

StoreType

Gets the store type of this parameter.

string StoreType { get; }

Property Value

string