Share via


SqlFunctionExpression.ArgumentTypeMappings Property

Definition

Gets the type mappings for each argument.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping> ArgumentTypeMappings { get; }
member this.ArgumentTypeMappings : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping>
Public Overridable ReadOnly Property ArgumentTypeMappings As IReadOnlyList(Of RelationalTypeMapping)

Property Value

Applies to