Class E164_BaseFieldsSingle
Demonstrates using RedbObject base fields without Props (EAV values).
Base fields are stored directly in _objects table for fast access:
value_string, value_long, value_bool, value_double, value_datetime, value_guid, value_numeric, value_bytes.
Useful for simple objects, lookups, metadata without dynamic properties.
[ExampleMeta("E164", "Base Fields - Single Object", "Core", ExampleTier.Free, 164, new string[] { "BaseFields", "RedbObject", "NoProps" }, RelatedApis = new string[] { "RedbObject", "IRedbService.SaveAsync" })]
public class E164_BaseFieldsSingle : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)