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

Statement.CacheModelName Property

The CacheModel name to use.

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

Implements

IStatement.

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace