[]
Specifies related objects to include while loading the client view.
public virtual ClientView<T> Include(string path)
| Type | Name | Description |
|---|---|---|
| string | path | A dot-separated list of related objects to load along with the entities of this client view. |
| Type | Description |
|---|---|
| ClientView<T> | A client view that loads the related objects together with its entities every time it fetches entities from the server. |