Table of Contents

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

IEnumerable<IDbFunctionParameter>

Function

Gets the IStoreFunction to which this parameter belongs.

IStoreFunction Function { get; }

Property Value

IStoreFunction

Name

Gets the parameter name.

string Name { get; }

Property Value

string

Type

Gets the store type of this parameter.

string Type { get; }

Property Value

string