IFieldCollection 介面
表示目前檢視的欄位的集合。
命名空間: Microsoft.BusinessData.MetadataModel.Collections
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Interface IFieldCollection _
Inherits IReadOnlyCollection(Of IField), IEnumerable
'用途
Dim instance As IFieldCollection
public interface IFieldCollection : IReadOnlyCollection<IField>,
IEnumerable
範例
Code Snippet: Execute a Finder Method Instance of an External Content Type
Code Snippet: Execute an Updater Method Instance of an External Content Type