←Select platform

AddItemsInfoTableRow(string,int,DateTime,bool,string) Method

Summary

Adds a row to this ItemsInfoTableDataTable.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public ItemsInfoTableRow AddItemsInfoTableRow( 
   string Id, 
   int Priority, 
   DateTime CreationDate, 
   bool Encrypted, 
   string Dependency 
) 
<DebuggerNonUserCodeAttribute()> 
 Public Function AddItemsInfoTableRow( 
   ByVal Id As String, 
   ByVal Priority As Integer, 
   ByVal CreationDate As Date, 
   ByVal Encrypted As Boolean, 
   ByVal Dependency As String 
) As ItemsInfoTableRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   ItemsInfoTableRow^ AddItemsInfoTableRow( 
      String^ Id, 
      int Priority, 
      System::DateTime CreationDate, 
      bool Encrypted, 
      String^ Dependency 
   ) 

Parameters

Id

The value for the Id column.

Priority

The value for the Priority column.

CreationDate

The value for the Creation Date column.

Encrypted

The value for the Encrypted column.

Dependency

The value for the Dependency column.

Return Value

A ItemsInfoTableRow that represents the newly added row.

Remarks

This will append a new row to the table of cached objects information with the given item data.

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