Method CreateAsync<TProps>(TProps)

Assembly: redb.Core.dll

Create a new object with initialized properties
Automatically determines scheme by TProps type

public static Task<RedbObject<TProps>> CreateAsync<TProps>(TProps properties) where TProps : class, new()