IFieldCollection Interface
Represents the collection of fields of the current view.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IFieldCollection _
Inherits IReadOnlyCollection(Of IField), IEnumerable(Of IField), _
IEnumerable
'Usage
Dim instance As IFieldCollection
public interface IFieldCollection : IReadOnlyCollection<IField>,
IEnumerable<IField>, IEnumerable
Examples
Code Snippet: Execute a Finder Method Instance of an External Content Type
Code Snippet: Execute an Updater Method Instance of an External Content Type