| ibi Patterns - Search 6.0.0 .NET API |
| NetricsServerInterface.recadd Method (String, NetricsTableRecSrc, Boolean) |
| See AlsoExample |
![]()
|
recadd with no lock key or estimated number of record.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function recadd( _ ByVal tblName As String, _ ByVal src As NetricsTableRecSrc, _ ByVal doMaxWork As Boolean _ ) As NetricsTableStats |
| C# |
|---|
| public NetricsTableStats recadd( string tblName, NetricsTableRecSrc src, bool doMaxWork ) |
| C++ |
|---|
| public: NetricsTableStats recadd( String tblName, NetricsTableRecSrc src, bool doMaxWork ) sealed |
| J# |
|---|
| public NetricsTableStats recadd( string tblName, NetricsTableRecSrc src, bool doMaxWork ) |
| JScript |
|---|
| public
function recadd( tblName : String, src : NetricsTableRecSrc, doMaxWork : bool ) : NetricsTableStats |