Class E167_MixedBatch
Demonstrates mixed batch save with both non-generic RedbObject and generic RedbObject<T> with Props=null.
Shows flexibility of REDB to handle different object types in single batch operation.
[ExampleMeta("E167", "Mixed Batch - Generic and Non-Generic", "Core", ExampleTier.Free, 167, new string[] { "Mixed", "Batch", "NonGeneric", "Generic" }, RelatedApis = new string[] { "RedbObject", "RedbObject<TProps>", "IRedbService.SaveAsync" })]
public class E167_MixedBatch : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)