Click or drag to resize

DataCacheGetDataObjectType Method

Overload List
  NameDescription
Public methodGetDataObjectType(Guid, Boolean)
Gets a data object type from the cache. Caution: The cache should be used with care as you can't rely on that it is updated. The cache should never be used in the Model layer.
Public methodGetDataObjectType(Int32, Boolean)
Gets a data object type from the cache. Caution: The cache should be used with care as you can't rely on that it is updated. The cache should never be used in the Model layer.
Public methodGetDataObjectType(String, Boolean)
Gets a data object type from the cache. Caution: The cache should be used with care as you can't rely on that it is updated. The cache should never be used in the Model layer.
Top
See Also