IRelationalModel.Functions 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.
Returns all user-defined functions contained in the model.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoreFunction> Functions { get; }
member this.Functions : seq<Microsoft.EntityFrameworkCore.Metadata.IStoreFunction>
Public ReadOnly Property Functions As IEnumerable(Of IStoreFunction)