Method FromBooleans(bool, bool, bool, bool)

Assembly: redb.Core.dll

Create PermissionFlags from boolean values (as in DB)

public static PermissionFlags FromBooleans(bool select, bool insert, bool update, bool delete)