ObjectStoreAutoIncrement Property |
Version 130.1.90
If true, object store has auto increment flag set.
Namespace: CefSharp.DevTools.IndexedDBAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool AutoIncrement { get; set; }
public:
property bool AutoIncrement {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also