Interfaz IParameterCollection
Representa la colección de parámetros de un método.
Espacio de nombres: Microsoft.BusinessData.MetadataModel.Collections
Ensamblado: Microsoft.BusinessData (en Microsoft.BusinessData.dll)
Sintaxis
'Declaración
Public Interface IParameterCollection _
Inherits IReadOnlyCollection(Of IParameter), IEnumerable
'Uso
Dim instance As IParameterCollection
public interface IParameterCollection : IReadOnlyCollection<IParameter>,
IEnumerable
Ejemplos
Code Snippet: Set the Parameters Object Before Calling a GenericInvoker
Code Snippet: Implementing a Custom Connector
Vea también
Referencia
Espacio de nombres Microsoft.BusinessData.MetadataModel.Collections