IParameterCollection Interface

Represents the collection of parameters of a method.

Namespace:  Microsoft.BusinessData.MetadataModel.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Interface IParameterCollection _
    Inherits IReadOnlyCollection(Of IParameter), IEnumerable(Of IParameter),  _
    IEnumerable
'Usage
Dim instance As IParameterCollection
public interface IParameterCollection : IReadOnlyCollection<IParameter>, 
    IEnumerable<IParameter>, IEnumerable

Examples

Code Snippet: Set the Parameters Object Before Calling a GenericInvoker

Code Snippet: Implementing a Custom Connector

See Also

Reference

IParameterCollection Members

Microsoft.BusinessData.MetadataModel.Collections Namespace