Partager via


IFieldCollection - Interface

Représente la collection de champs de l'affichage actuel.

Espace de noms :  Microsoft.BusinessData.MetadataModel.Collections
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Public Interface IFieldCollection _
    Inherits IReadOnlyCollection(Of IField), IEnumerable
'Utilisation
Dim instance As IFieldCollection
public interface IFieldCollection : IReadOnlyCollection<IField>, 
    IEnumerable

Exemples

Code Snippet: Execute a Finder Method Instance of an External Content Type

Code Snippet: Execute an Updater Method Instance of an External Content Type

Voir aussi

Référence

IFieldCollection - Membres

Microsoft.BusinessData.MetadataModel.Collections - Espace de noms