共用方式為


EdmFunctionPayload.IsNiladic 屬性

定義

取得或設定函式是否不包含引數。

public Nullable<bool> IsNiladic { get; set; }
member this.IsNiladic : Nullable<bool> with get, set
Public Property IsNiladic As Nullable(Of Boolean)

屬性值

如果函式不包含引數,則為 true;否則為 false。

適用於