次の方法で共有


IStoreFunction.Parameters プロパティ

定義

この関数のパラメーターを取得します。

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

プロパティ値

適用対象