Full name: Advantage.Data.Provider.AdsParameter
Implements: System.Data.IDbDataParameter, System.Data.IDataParameter
An AdsParameter object represents a parameter to an AdsCommand, and optionally, its mapping to DataSet columns.
Named parameters in Advantage SQL statements must be prefixed with a colon. For example "select * from mytable where id = :id". This is different than some SQL engines, which use the @ symbol as a named parameter prefix.
See Also