←Select platform

ItemsInfoTableDataTable Class

Summary

Represents the strongly named DataTable class.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[XmlSchemaProviderAttribute("GetTypedTableSchema")] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 
[DefaultMemberAttribute("Item")] 
public class ItemsInfoTableDataTable : IEnumerable, DataTable 
<SerializableAttribute(),  
 XmlSchemaProviderAttribute("GetTypedTableSchema"),  
 GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0"),  
 DefaultMemberAttribute("Item")>  
Public Class ItemsInfoTableDataTable 
   Inherits System.Data.DataTable 
public [SerializableAttribute,  
   XmlSchemaProviderAttribute(L"GetTypedTableSchema"),  
   GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"2.0.0.0"),  
   DefaultMemberAttribute(L"Item")] 
   ref class ItemsInfoTableDataTable : System::Data::DataTable 

Remarks

Table that holds information about cached items as ItemsInfoTableRow.

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