IOperationCollection Interface
Represents a collection of operations.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IOperationCollection _
Inherits IReadOnlyCollection(Of IOperation), IEnumerable(Of IOperation), _
IEnumerable
'Usage
Dim instance As IOperationCollection
public interface IOperationCollection : IReadOnlyCollection<IOperation>,
IEnumerable<IOperation>, IEnumerable
Examples
Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache