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

CacheModel.AddProperty Method 

Add a property

[Visual Basic]
Public Sub AddProperty( _
   ByVal String As String, _
   ByVal String As String _
)
[C#]
public void AddProperty(
   String name,
   String value
);

Parameters

name
The name of the property
value
The value of the property

See Also

CacheModel Class | IBatisNet.DataMapper.Configuration.Cache Namespace