Class MDOListTableCaches
Factory methods to get a strongly-typed MDO table cache, from runtime information
Inheritance
MDOListTableCaches
Assembly: SoDataBase.dll
Syntax
public static class MDOListTableCaches
Methods
GetCacheForTable(SoTable)
Get a strongly-typed MDO table cache for an SoTable (as long as it actually is an MDO table)
Declaration
public static MDOListTableCacheBase GetCacheForTable(SoTable table)
Parameters
Type |
Name |
Description |
SoTable |
table |
|
Returns
GetCacheForTable(TableInfo)
Get a strongly-typed MDO table cache for a TableInfo (as long as it actually is an MDO table)
Declaration
public static MDOListTableCacheBase GetCacheForTable(TableInfo table)
Parameters
Returns
GetCacheForTable(string)
Get a strongly-typed MDO table cache for a table name (as long as it actually is an MDO table)
Declaration
public static MDOListTableCacheBase GetCacheForTable(string tableName)
Parameters
Type |
Name |
Description |
string |
tableName |
|
Returns