EdmFunction.NiladicFunctionAttribute Property

 

Gets a value indicating whether the is a niladic function (a function that accepts no arguments).

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

public bool NiladicFunctionAttribute { get; }

Property Value

Type: System.Boolean

true if the function is niladic; otherwise, false.