[This is preliminary documentation and is subject to change.]
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ICacheTable<TKey> GetTable<TKey>(
string tableName
)
public ICacheTable<TKey> GetTable<TKey>(
string tableName
)
Public Function GetTable(Of TKey) (
tableName As String
) As ICacheTable(Of TKey)
Public Function GetTable(Of TKey) (
tableName As String
) As ICacheTable(Of TKey)
public:
generic<typename TKey>
virtual ICacheTable<TKey>^ GetTable(
String^ tableName
) sealed
public:
generic<typename TKey>
virtual ICacheTable<TKey>^ GetTable(
String^ tableName
) sealed
abstract GetTable :
tableName : string -> ICacheTable<'TKey>
override GetTable :
tableName : string -> ICacheTable<'TKey>
abstract GetTable :
tableName : string -> ICacheTable<'TKey>
override GetTable :
tableName : string -> ICacheTable<'TKey>
- TKey
Return Value
Type:
ICacheTable TKey Implements
ICache GetTable TKey (String)