RuntimeDbFunctionParameter.TypeMapping Property

Definition

Gets or sets the type mapping for this parameter.

public virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? TypeMapping { get; set; }
member this.TypeMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping with get, set
Public Overridable Property TypeMapping As RelationalTypeMapping

Property Value

The type mapping.

Applies to