Gets or sets whether the function contains no arguments.
public Nullable<bool> IsNiladic { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
true if the function contains no arguments; otherwise, false.
EdmFunctionPayload ClassSystem.Data.Entity.Core.Metadata.Edm Namespace