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: AddItemsAsync Clear search
I IListProvider redb.Core.Providers
M AddItemsAsync(IRedbList, IEnumerable<IRedbListItem>) Add multiple items from ready objects.
M AddItemsAsync(IRedbList, IEnumerable<string>, IEnumerable<string>?) Add multiple items from string values (convenience method).
C ListProviderBase redb.Core.Providers.Base
M AddItemsAsync(IRedbList, IEnumerable<IRedbListItem>) Add multiple items from ready objects.
M AddItemsAsync(IRedbList, IEnumerable<string>, IEnumerable<string>?) Add multiple items from string values (convenience method).