Ninja Database Pro
SerializedDictionary Property (BaseCompositeIndex<T>)



KellermanSoftware.NinjaDatabasePro Namespace > BaseCompositeIndex<T> Class : SerializedDictionary Property
Used for serialization and deserialization. A dictionary with the primary key for the key, and the index for the value
Syntax
Public MustOverride Property SerializedDictionary As Dictionary(Of Long,String)
Dim instance As BaseCompositeIndex(Of T)
Dim value As Dictionary(Of Long,String)
 
instance.SerializedDictionary = value
 
value = instance.SerializedDictionary
public abstract Dictionary<long,string> SerializedDictionary {get; set;}
public:
abstract property Dictionary<int64,String^>^ SerializedDictionary {
   Dictionary<int64,String^>^ get();
   void set (    Dictionary<int64,String^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseCompositeIndex<T> Class
BaseCompositeIndex<T> Members