View class

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

Inheritance hierarchy

System.MarshalByRefObject
  Microsoft.SharePoint.BusinessData.MetadataModel.View

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class View _
    Inherits MarshalByRefObject _
    Implements IView
'Usage
Dim instance As View
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class View : MarshalByRefObject, IView

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.MetadataModel namespace