Share via


EdmFunctionPayload.IsFunctionImport Property

Definition

Gets or sets whether this function is a function import.

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

Property Value

true if this function is a function import; otherwise, false.

Applies to