Sql.Net Class Library Documentation

SqlConstantCollection.AddRange Method (SqlConstantCollection)

Adds the elements of another SqlConstantCollection to the end of this SqlConstantCollection.

public virtual void AddRange(
   SqlConstantCollection items
);

Parameters

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

See Also

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