RuntimeDbFunction.IReadOnlyDbFunction.TypeMapping Property

Definition

Gets the type mapping for the function's return type.

Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.TypeMapping { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.TypeMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
 ReadOnly Property TypeMapping As RelationalTypeMapping Implements IReadOnlyDbFunction.TypeMapping

Property Value

Implements

Attributes

Applies to