IExpandedResult Interface
.NET Framework (current version)
Declares the members required to support enumerators for results and associated segments on an WCF Data Services $expand query option.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Name | Description | |
|---|---|---|
![]() | ExpandedElement | Gets the element with expanded properties. |
| Name | Description | |
|---|---|---|
![]() | GetExpandedPropertyValue(String^) | Gets the value for a named property of the result. |
Expand providers can generate enumerations that implement this interface to reshape expanded properties.
.NET Framework
Available since 3.5
Available since 3.5
Show:

