Class E166_GenericNullProps
Demonstrates using generic RedbObject<TProps> with Props=null.
Useful when you need scheme association but don't need EAV values.
Only base fields are stored - Props is explicitly null.
[ExampleMeta("E166", "Generic with Props=null", "Core", ExampleTier.Free, 166, new string[] { "Generic", "NullProps", "BaseFields" }, RelatedApis = new string[] { "RedbObject<TProps>", "IRedbService.SaveAsync" })]
public class E166_GenericNullProps : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)