AddRange Method (PgSqlParameterCollection)
In This Topic
Adds the specified array of Devart.Data.DbParameter objects to the Devart.Data.DbParameterCollection.
Syntax
|
|---|
'Declaration
Public Overrides Sub AddRange( _
ByVal As Array _
) |
|
|---|
public override void AddRange(
Array
) |
Parameters
- values
- Array of Devart.Data.DbParameter objects to be added to the Devart.Data.DbParameterCollection.
See Also