Sql.Net Class Library Documentation

SqlConstantCollection.Add Method

Adds an instance of type SqlConstant to the end of this SqlConstantCollection.

Overload List

Adds an instance of type SqlConstant to the end of this SqlConstantCollection.

public virtual void Add(SqlConstant);

Adds a value

public void Add(object);

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace