IExpandProvider Interface
Note: This API is now obsolete.
This interface declares the methods required to support the $expand query option for an WCF Data Services.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
<ObsoleteAttribute("The IExpandProvider interface is deprecated.")> _
Public Interface IExpandProvider
'Usage
Dim instance As IExpandProvider
[ObsoleteAttribute("The IExpandProvider interface is deprecated.")]
public interface IExpandProvider
[ObsoleteAttribute(L"The IExpandProvider interface is deprecated.")]
public interface class IExpandProvider
[<ObsoleteAttribute("The IExpandProvider interface is deprecated.")>]
type IExpandProvider = interface end
public interface IExpandProvider
The IExpandProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyExpansions | Applies expansions to the specified queryable parameter. |
Top