[]
        
(Showing Draft Content)

C1.Data.ClientView-1.Include

Include Method

Include(string)

Specifies related objects to include while loading the client view.

Declaration
public virtual ClientView<T> Include(string path)
Parameters
Type Name Description
string path

A dot-separated list of related objects to load along with the entities of this client view.

Returns
Type Description
ClientView<T>

A client view that loads the related objects together with its entities every time it fetches entities from the server.