View Class

Represents a collection of fields, where fields are the data members of an External Content Type.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class View
'Usage
Dim instance As View
public sealed class View

Remarks

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.

Thread Safety

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

See Also

Reference

View Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace