EdmFunctionPayload.IsNiladic Property

 

Gets or sets whether the function contains no arguments.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<bool> IsNiladic {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Boolean>

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