Table of Contents

Interface IMutableDbFunctionParameter

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents a IMutableDbFunction parameter.

public interface IMutableDbFunctionParameter : IMutableAnnotatable, IDbFunctionParameter, IAnnotatable
Inherited Members

Properties

Function

Gets the IMutableDbFunction to which this parameter belongs.

IMutableDbFunction Function { get; }

Property Value

IMutableDbFunction

StoreType

Gets or sets the store type of this parameter.

string StoreType { get; set; }

Property Value

string

TypeMapping

Gets or sets the RelationalTypeMapping for this parameter.

RelationalTypeMapping TypeMapping { get; set; }

Property Value

RelationalTypeMapping