NPersistence Reference Guide
Remove the data for the given entity from the cache. entity class primary key

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
void Evict(
	Type cls,
	Object primaryKey
)

Parameters

cls
Type
primaryKey
Object

See Also