Share via


SelectExpandNode.SelectedFunctions Property

Definition

Gets the list of OData functions to be included in the response. It could be null.

public System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmFunction> SelectedFunctions { get; }
member this.SelectedFunctions : System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmFunction>
Public ReadOnly Property SelectedFunctions As ISet(Of IEdmFunction)

Property Value

Applies to