Interfaccia IExpandProvider
Nota: questa API è obsoleta.
Questa interfaccia dichiara i metodi richiesti per supportare l'opzione query $expand per un WCF Data Services.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
<ObsoleteAttribute("The IExpandProvider interface is deprecated.")> _
Public Interface IExpandProvider
'Utilizzo
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
Nel tipo IExpandProvider sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
ApplyExpansions | Applica espansioni al parametro queryable specificato. |
In alto