IStoreFunction.DbFunctions Property

Definition

Gets the associated model functions.

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

Property Value

Applies to