Sql.Net Class Library Documentation

SqlConstantCollection.AddRange Method (SqlConstant[])

Adds the elements of an array to the end of this SqlConstantCollection.

public virtual void AddRange(
   SqlConstant[] items
);

Parameters

items
The array whose elements are to be added to the end of this SqlConstantCollection.

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace | SqlConstantCollection.AddRange Overload List