Clears data source. Cache will not be cleared if data source is not cleared

Namespace: Alachisoft.NCache.Runtime.DatasourceProviders
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
bool Clear()
Visual Basic
Function Clear As Boolean
Visual C++
bool Clear()

Return Value

true if clear operation is successful, false otherwise

See Also