Adds the elements of an array to the end of this SqlConstantCollection.
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);
SqlConstantCollection Class | Reeb.SqlOM Namespace