Share via


IRelationalModelAnnotations.DbFunctions Property

Definition

All IDbFunctions contained in the model.

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

Property Value

Applies to