Class E165_BaseFieldsBatch

Assembly: redb.Examples.dll

Demonstrates batch save/load of non-generic RedbObject with base fields.
Efficient for bulk operations on simple objects without Props.
All data stored in _objects table - no EAV overhead.

[ExampleMeta("E165", "Base Fields - Batch Operations", "Core", ExampleTier.Free, 165, new string[] { "BaseFields", "Batch", "NonGeneric" }, RelatedApis = new string[] { "RedbObject", "IRedbService.SaveAsync" })]
public class E165_BaseFieldsBatch : ExampleBase

Inheritance

ObjectExampleBaseE165_BaseFieldsBatch

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)