| 
            
              DataContextOperationsPrimaryKeySessionCache Property
             | 
          
        
        
            Gets primary key cache for current session.
            
        
        Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic ConcurrentDictionary<Type, DataTable> PrimaryKeySessionCache { get; }Public ReadOnly Property PrimaryKeySessionCache As ConcurrentDictionary(Of Type, DataTable)
	Get
public:
property ConcurrentDictionary<Type^, DataTable^>^ PrimaryKeySessionCache {
	ConcurrentDictionary<Type^, DataTable^>^ get ();
}member PrimaryKeySessionCache : ConcurrentDictionary<Type, DataTable> with get
function get_PrimaryKeySessionCache();
 View SourceProperty Value
ConcurrentDictionaryType, 
DataTable
See Also