SelectExpandNode.SelectedFunctions Property
Gets the list of OData functions to be included in the response.
Namespace: System.Web.OData.Formatter.Serialization
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public ISet<IEdmFunction> SelectedFunctions {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property ISet<IEdmFunction^>^ SelectedFunctions {
[CompilerGeneratedAttribute]
ISet<IEdmFunction^>^ get();
[CompilerGeneratedAttribute]
private: void set(ISet<IEdmFunction^>^ value);
}
member SelectedFunctions : ISet<IEdmFunction> with get, private set
Public Property SelectedFunctions As ISet(Of IEdmFunction)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.ISet<IEdmFunction>
See Also
SelectExpandNode Class
System.Web.OData.Formatter.Serialization Namespace
Return to top