DataCache.Find(DataCacheKey, Common) 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:
bool Find(Microsoft::Dynamics::Ax::Xpp::DataCacheKey ^ key, [Runtime::InteropServices::Out] Microsoft::Dynamics::Ax::Xpp::Common ^ % value);
public bool Find (Microsoft.Dynamics.Ax.Xpp.DataCacheKey key, out Microsoft.Dynamics.Ax.Xpp.Common value);
member this.Find : Microsoft.Dynamics.Ax.Xpp.DataCacheKey * Common -> bool
Public Function Find (key As DataCacheKey, ByRef value As Common) As Boolean
Parameters
- key
- DataCacheKey
- value
- Common