DataCache.Remove(DataCacheKey, Int64, 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 Remove(Microsoft::Dynamics::Ax::Xpp::DataCacheKey ^ key, long recid, bool modifyData);
public void Remove (Microsoft.Dynamics.Ax.Xpp.DataCacheKey key, long recid, bool modifyData);
member this.Remove : Microsoft.Dynamics.Ax.Xpp.DataCacheKey * int64 * bool -> unit
Public Sub Remove (key As DataCacheKey, recid As Long, modifyData As Boolean)
Parameters
- key
- DataCacheKey
- recid
- Int64
- modifyData
- Boolean