IParameterCollection interface
Representa a coleção de parâmetros de um método.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface IParameterCollection _
Inherits IReadOnlyCollection(Of IParameter), IEnumerable
'Uso
Dim instance As IParameterCollection
public interface IParameterCollection : IReadOnlyCollection<IParameter>,
IEnumerable
Exemplos
Code Snippet: Set the Parameters Object Before Calling a GenericInvoker
Code Snippet: Implementing a Custom Connector