Add a record to a table.

Overload List

  Name Description
Public method recadd (String, NetricsRecord) Add a single record to a table.
Public method recadd (String, NetricsTableRecSrc, Boolean) recadd with no lock key or estimated number of record.
Public method recadd (String, NetricsTableRecSrc, Boolean, NetricsLock) Obsolete. Deprecated since 5.6.0. Use transactions instead. recadd with no estimated number of record.
Public method recadd (String, NetricsTableRecSrc, Boolean, NetricsLock, Int32) Obsolete. Deprecated since 5.6.0. Use transactions instead. Add multiple records to a table.
Public method recadd (String, NetricsTableRecSrc, Boolean, Int32) recadd with no lock key.

See Also