IRelationalModelAnnotations.DbFunctions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)