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.
Adds an array of SqlCeParameter objects to SqlCeParameterCollection.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Sub AddRange ( _
values As Array _
)
'Usage
Dim instance As SqlCeParameterCollection
Dim values As Array
instance.AddRange(values)
public override void AddRange(
Array values
)
public:
virtual void AddRange(
Array^ values
) override
abstract AddRange :
values:Array -> unit
override AddRange :
values:Array -> unit
public override function AddRange(
values : Array
)
Parameters
- values
Type: System.Array
An array of values of type SqlCeParameter to add to the collection.