次の方法で共有


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)

プロパティ値

適用対象