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

Statement.CacheModel Property

The CacheModel used by this statement.

[Visual Basic]
<XmlIgnore(TypeId:=System.Xml.Serialization.XmlIgnoreAttribute)>
NotOverridable Public Property CacheModel As  _
    Implements IStatement.
[C#]
[XmlIgnore(TypeId=System.Xml.Serialization.XmlIgnoreAttribute)]
public CacheModel CacheModel {get; set;}

Implements

IStatement.

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace