IMutableDbFunction.TypeMapping Property

Definition

Gets or sets the type mapping of the function in the database.

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

Property Value

Applies to