View class
SharePoint Online
Represents a collection of fields, where fields are the data members of an external content type.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
A view is a way of wrapping two arbitrary levels in a TypeDescriptor hierarchy, the parent, and its child objects. The view is constructed from the parent TypeDescriptor. If the parent TypeDescriptor has child objects, the view's fields are described by the child objects. If not, the view contains a single field, which is the parent itself.
Show: