Add Method (QmSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The Add() method adds a new specification record to the Qm_Spec table.
| Overload | Description |
|---|---|
| Add(Int32,String,DBString,Nullable<Int32>,String,DateTime,DBDateTime,DBInt,DBString,DBInt,DBString,DBString,Nullable<Int32>,DBInt,DBInt,DBString,DBString,DBString,DBString,DBString,DateTime,Int32) | The Add() method adds a new specification record to the Qm_Spec table. |
| Add(Int32,String,DBString,Nullable<Int32>,String,DateTime,DBDateTime,DBInt,DBString,DBInt,DBString,DBString,Nullable<Int32>,DBInt,DBInt,Int32,DBString,DBString,DBString,DBString,DBString,DateTime,Int32) | The Add() method adds a new specification record to the Qm_Spec table. This overload of the method includes the displaySeq parameter. The specification display_seq value is used to determine the order of the records returned by a QM specification Get method. For more information, see Remarks. |