Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declares the members required to support enumerators for results and associated segments on an WCF Data Services $expand query option.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Interface IExpandedResult
'Usage
Dim instance As IExpandedResult
public interface IExpandedResult
public interface class IExpandedResult
type IExpandedResult = interface end
public interface IExpandedResult
The IExpandedResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ExpandedElement | Gets the element with expanded properties. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetExpandedPropertyValue | Gets the value for a named property of the result. |
Top
Remarks
Expand providers can generate enumerations that implement this interface to reshape expanded properties.