Removes data set data from session cache.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
public static void Remove(
	IC1CacheableObject cacheableObj
)
Visual Basic (Declaration)
Public Shared Sub Remove ( _
	cacheableObj As IC1CacheableObject _
)

Parameters

cacheableObj
Type: C1.Web.Data..::..IC1CacheableObject
C1WebDataSet or C1WebExpressConnection whose data are to be removed from the cache.

See Also