ObjectStoreIndexMultiEntry Property |
Version 130.1.90
If true, index allows multiple entries for a key.
Namespace: CefSharp.DevTools.IndexedDBAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool MultiEntry { get; set; }
public:
property bool MultiEntry {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also