The IParamDataValue Interface

interface IParamDataValue: IDataValue
{
}

The object implementing the IParamDataValue interface allows writing data into database in both forms - text and binary one. For example you may write integer as "5" as well as AsInteger = 5. This interface is being used for SQL statement parameters - see the Parameters chapter for more.