DataCacheKey Constructor
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:
DataCacheKey(System::Collections::Generic::List<Tuple<System::String ^, System::Object ^> ^> ^ fieldValueList, System::Collections::Generic::HashSet<System::String ^> ^ sha1HashfieldNamesSet, Microsoft::Dynamics::Ax::Xpp::Metadata::CommonHandle ^ owner);
public DataCacheKey (System.Collections.Generic.List<Tuple<string,object>> fieldValueList, System.Collections.Generic.HashSet<string> sha1HashfieldNamesSet, Microsoft.Dynamics.Ax.Xpp.Metadata.CommonHandle owner);
new Microsoft.Dynamics.Ax.Xpp.DataCacheKey : System.Collections.Generic.List<string * obj> * System.Collections.Generic.HashSet<string> * Microsoft.Dynamics.Ax.Xpp.Metadata.CommonHandle -> Microsoft.Dynamics.Ax.Xpp.DataCacheKey
Public Sub New (fieldValueList As List(Of Tuple(Of String, Object)), sha1HashfieldNamesSet As HashSet(Of String), owner As CommonHandle)
Parameters
- owner
- Microsoft.Dynamics.Ax.Xpp.Metadata.CommonHandle