[This is preliminary documentation and is subject to change.]
Override to remove an item keyed on a non-uint64 scalar from cache. Returns true if remove found and removed item from table
Namespace: NFX.DataAccess.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual bool Remove(
string tableName,
Object key
)
public virtual bool Remove(
string tableName,
Object key
)
Public Overridable Function Remove (
tableName As String,
key As Object
) As Boolean
Public Overridable Function Remove (
tableName As String,
key As Object
) As Boolean
public:
virtual bool Remove(
String^ tableName,
Object^ key
)
public:
virtual bool Remove(
String^ tableName,
Object^ key
)
abstract Remove :
tableName : string *
key : Object -> bool
override Remove :
tableName : string *
key : Object -> bool
abstract Remove :
tableName : string *
key : Object -> bool
override Remove :
tableName : string *
key : Object -> bool
Return Value
Type:
Boolean