←Select platform

AddItemsInfoTableRow(ItemsInfoTableRow) Method

Summary

Adds a row to this ItemsInfoTableDataTable.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public void AddItemsInfoTableRow( 
   ItemsInfoTableRow row 
) 
<DebuggerNonUserCodeAttribute()> 
 Public Sub AddItemsInfoTableRow( 
   ByVal row As ItemsInfoTableRow 
) 
public:  
   [DebuggerNonUserCodeAttribute] 
   void AddItemsInfoTableRow( 
      ItemsInfoTableRow^ row 
   ) 

Parameters

row

A ItemsInfoTableRow that represents the row to add.

Remarks

This will append a new row to the table of cached objects information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly