Sql.Net Class Library Documentation

SqlConstantCollection.Add Method (Object)

Adds a value

public void Add(
   object val
);

Parameters

val
The value which is to be added

Remarks

This method automatically determins the type of the value and creates the appropriate SqlConstant object.

See Also

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