Share via


RelationalModelAnnotations.DbFunctions Property

Definition

All IDbFunctions contained in the model.

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

Property Value

Implements

Applies to