Method CreateAsync<TProps>(TProps, bool)

Assembly: redb.Core.dll

Create a new object with initialized properties

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