Sql.Net Class Library Documentation

SqlConstantCollection.Insert Method 

Inserts an element into the SqlConstantCollection at the specified index

public virtual void Insert(
   int index,
   SqlConstant value
);

Parameters

index
The index at which the SqlConstant is to be inserted.
value
The SqlConstant to insert.

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace