Share via


EdmFunctionPayload.IsBuiltIn Property

Definition

Gets or sets whether this function is a built-in function.

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

Property Value

true if this function is a built-in function; otherwise, false.

Applies to