Table of Contents

Interface IMutableDbFunctionParameter

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

Represents a function parameter.

public interface IMutableDbFunctionParameter : IReadOnlyDbFunctionParameter, IReadOnlyAnnotatable, IMutableAnnotatable
Inherited Members

Remarks

See Database functions for more information and examples.

Properties

Function

Gets the function 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