IRelationalModel.Functions 属性

定义

返回模型中包含的所有用户定义函数。

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)

属性值

适用于