IncludeAttribute Class
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace:
System.Web.DomainServices
Assembly: System.Web.DomainServices (in System.Web.DomainServices.dll)
Specifies that the association should be part of any code generated client entities.
Assembly: System.Web.DomainServices (in System.Web.DomainServices.dll)
When applied to an entity association, this attribute specifies that the association should be part of any code generated client entities, and that any related entities should be included when serializing results to the client. It is up to the query method to make sure that the associated entities are actually loaded. This attribute can also be used to specify member projections.