DataCache.Insert(DataCacheKey, Common, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Insert(Microsoft::Dynamics::Ax::Xpp::DataCacheKey ^ key, Microsoft::Dynamics::Ax::Xpp::Common ^ value, bool modifyData, bool insertNull);
public void Insert (Microsoft.Dynamics.Ax.Xpp.DataCacheKey key, Microsoft.Dynamics.Ax.Xpp.Common value, bool modifyData, bool insertNull);
member this.Insert : Microsoft.Dynamics.Ax.Xpp.DataCacheKey * Microsoft.Dynamics.Ax.Xpp.Common * bool * bool -> unit
Public Sub Insert (key As DataCacheKey, value As Common, modifyData As Boolean, insertNull As Boolean)
Parameters
- key
- DataCacheKey
- value
- Common
- modifyData
- Boolean
- insertNull
- Boolean