Add a set of parameters

Namespace: Contracts.Databases
Assembly: Contracts (in Contracts.dll)

Sub AddParameters( _ 
ByVal parameters As IEnumerable(Of DBParameter) _ 
)
This language is not supported or no code example is available.
void AddParameters( 
IEnumerable<DBParameter> parameters 
)
This language is not supported or no code example is available.
 
void AddParameters( 
IEnumerable<DBParameter^>^ parameters 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

parameters
Type: IEnumerable<DBParameter>

the parameters to add

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1