Show / Hide Table of Contents

Class MDOListTableCaches

Factory methods to get a strongly-typed MDO table cache, from runtime information

Inheritance
Object
MDOListTableCaches
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
public static class MDOListTableCaches : Object

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
Type Description
MDOListTableCacheBase

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
Type Name Description
TableInfo table
Returns
Type Description
MDOListTableCacheBase

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
Type Description
MDOListTableCacheBase
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top