←Select platform

ItemsInfo Class

Summary

A strongly typed ADO.NET System.Data.DataSet which contains the cache item information.

Syntax

C#
VB
C++
[HelpKeywordAttribute("vs.data.DataSet")] 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] 
[SerializableAttribute()] 
public class ItemsInfo : System.Data.DataSet, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
<HelpKeywordAttribute("vs.data.DataSet")> 
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> 
<SerializableAttribute()> 
Public Class ItemsInfo  
   Inherits System.Data.DataSet 
   Implements System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
[HelpKeywordAttribute("vs.data.DataSet")] 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] 
[SerializableAttribute()] 
public ref class ItemsInfo : public System.Data.DataSet, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 

Remarks

This DataSet contains one System.Data.DataTable which includes the following columns:

Column Name Column Type
Id: A unique ID reference to the cache item. System.String
Priority: The relative precedence of the cache item. An System.Int32 which represents the System.Web.Caching.CacheItemPriority enumeration values.
CreationDate: The date/time the item was stored in the cache. System.DateTime.
Encrypted: Specify whether the cache item is encrypted or not. true if cache item is encrypted; false otherwise. System.Boolean.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Caching Assembly
Click or drag to resize