Class E187_UpdateExisting

Assembly: redb.Examples.dll

Demonstrates updating an existing object by loading, modifying, and saving it.
Shows the standard update pattern in REDB: Load -> Modify -> Save.

[ExampleMeta("E187", "Update - Existing Object", "CRUD", ExampleTier.Free, 187, new string[] { "Update", "Modify", "Save" }, RelatedApis = new string[] { "IRedbService.LoadAsync", "IRedbService.SaveAsync" })]
public class E187_UpdateExisting : ExampleBase

Inheritance

ObjectExampleBaseE187_UpdateExisting

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)