View class

Represents a collection of fields, where fields are the data members of an external content type.

System.Object
  Microsoft.SharePoint.BusinessData.Administration.View

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

No code example is currently available or this language may not be supported.

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: