Sql.Net Class Library Documentation

SqlConstantCollection.AddRange Method

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

Overload List

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

public virtual void AddRange(SqlConstant[]);

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

public virtual void AddRange(SqlConstantCollection);

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace