[This is preliminary documentation and is subject to change.]
Returns a cached record from named table identified by the key or null if this item was not found
Namespace: NFX.DataAccess.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CacheRec this[
string table,
ulong key
] { get; }
public CacheRec this[
string table,
ulong key
] { get; }
Public ReadOnly Default Property Item (
table As String,
key As ULong
) As CacheRec
Get
Public ReadOnly Default Property Item (
table As String,
key As ULong
) As CacheRec
Get
public:
property CacheRec^ default[String^ table, unsigned long long key] {
CacheRec^ get (String^ table, unsigned long long key);
}
public:
property CacheRec^ default[String^ table, unsigned long long key] {
CacheRec^ get (String^ table, unsigned long long key);
}
member Item : CacheRec with get
member Item : CacheRec with get
Property Value
Type:
CacheRec