Method CreateWithMetadata<TProps>(TProps, long, string?, long?, long?, long?)

Assembly: redb.Core.dll

Create object with full manual initialization of all fields

public static RedbObject<TProps> CreateWithMetadata<TProps>(TProps properties, long schemeId, string? name = null, long? parentId = null, long? ownerId = null, long? whoChangeId = null) where TProps : class, new()