iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

CacheModel.Id Property

Identifier used to identify the CacheModel amongst the others.

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="id", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
Public Property Id As 
[C#]
[XmlAttribute(Type=null, AttributeName="id", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
public String Id {get; set;}

See Also

CacheModel Class | IBatisNet.DataMapper.Configuration.Cache Namespace