Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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