RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

API Reference

Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.

Search results for: Lag Clear search
C E134_WindowLagLead redb.Examples.Examples
E PermissionFlags redb.Core.Models.Permissions
C PermissionFlagsExtensions redb.Core.Models.Permissions
M CanDelete(PermissionFlags) Check if has delete permission
M CanInsert(PermissionFlags) Check if has create permission
M CanSelect(PermissionFlags) Check if has read permission
M CanUpdate(PermissionFlags) Check if has update permission
M ToDisplayString(PermissionFlags) Convert to display string (e.g. "RIUD")
C UserPermissionSet redb.Core.Models.Permissions
M CanPerformOperation(long, long, PermissionFlags) Check if user can perform operation on object
M SetGlobalPermissions(PermissionFlags) Set global permissions
C Win redb.Core.Query.Aggregation
M Lag<T>(T) LAG(field) OVER (...)