Share via


EdmFunctionPayload.IsNiladic Property

Definition

Gets or sets whether the function contains no arguments.

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

Property Value

true if the function contains no arguments; otherwise, false.

Applies to