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

CacheModel.NULL_OBJECT Field

This is used to represent null objects that are returned from the cache so that they can be cached, too.

[Visual Basic]
<NonSerialized, _  NonSerialized(TypeId:=System.NonSerializedAttribute)>
Public Shared ReadOnly NULL_OBJECT As Object
[C#]
[NonSerialized]
[NonSerialized(TypeId=System.NonSerializedAttribute)]
public static readonly NULL_OBJECT NULL_OBJECT;

See Also

CacheModel Class | IBatisNet.DataMapper.Configuration.Cache Namespace