IView.Fields Property
Gets the collection of fields in the view.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Fields As IFieldCollection
Get
'Usage
Dim instance As IView
Dim value As IFieldCollection
value = instance.Fields
IFieldCollection Fields { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.Collections.IFieldCollection
The collection of fields in the view.
Examples
Code Snippet: Execute an Updater Method Instance of an External Content Type