IExpandProvider Interface

Definition

This interface declares the methods required to support the $expand query option for an WCF Data Services.

public interface class IExpandProvider
public interface IExpandProvider
type IExpandProvider = interface
Public Interface IExpandProvider

Methods

ApplyExpansions(IQueryable, ICollection<ExpandSegmentCollection>)

Applies expansions to the specified queryable parameter.

Applies to