Method CreateFast<TProps>(TProps)

Assembly: redb.Core.dll

Create object with properties without automatic scheme initialization (fast)

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