Показать сообщение отдельно
Старый 26.05.2015, 17:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,492 / 846 (79) +++++++
Регистрация: 28.10.2006
emeadaxsupport: Fields fetch behavior for "EntireTable" cache table
Источник: http://blogs.msdn.com/b/axsupport/ar...ble-cache.aspx
==============

The CacheLookup property of the table defines how and
when records are cached. The below definition is valid for the “EntireTable” cache type:

EntireTable

Creates a set-based cache on the server. The entire table is cached as

soon as at least one record is selected from the table.

So, if the table “CacheLookup” property is set to “EntireTable” cache, the system
will always fetch all fields, irrespective of the field list provided in the code.

It’s therefore, the Developer (who writes the code) responsibility to make sure
to add all required fields to the field list in his code, regardless the table “CacheLookup” property.

This is in order to avoid any integrity issues, if the table “CacheLookup” property, later on,

is changed to something else by somebody else.




Источник: http://blogs.msdn.com/b/axsupport/ar...ble-cache.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.