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: FirstOrDefaultAsync Clear search
C E183_FirstOrDefaultAsync redb.Examples.Examples
I IRedbConnection redb.Core.Data
M QueryFirstOrDefaultAsync<T>(string, params object[]) Execute SQL query and return first result or null.
I IRedbContext redb.Core.Data
M QueryFirstOrDefaultAsync<T>(string, params object[]) Execute SQL query and return first result or null.
M FirstOrDefaultAsync() Get first result or default value.
I IRedbQueryable<TProps> redb.Core.Query
M FirstOrDefaultAsync() Get first object or null.
M FirstOrDefaultAsync(Expression<Func<TProps, bool>>) Get first object matching condition, or null.
C NpgsqlRedbConnection redb.Postgres.Data
M QueryFirstOrDefaultAsync<T>(string, params object[]) Execute SQL query and return first result.
C RedbContextBase redb.Core.Data
M QueryFirstOrDefaultAsync<T>(string, params object[]) Execute SQL query and return first result or null.
M FirstOrDefaultAsync() Get first result or default value.
C RedbQueryable<TProps> redb.Core.Query
M FirstOrDefaultAsync() Get first object or null.
M FirstOrDefaultAsync(Expression<Func<TProps, bool>>) Get first object matching condition, or null.
C SqlRedbConnection redb.MSSql.Data
M QueryFirstOrDefaultAsync<T>(string, params object[]) Execute SQL query and return first result.
M FirstOrDefaultAsync() Get first result or default value.
C TreeQueryableBase<TProps> redb.Core.Query.Base
M FirstOrDefaultAsync() Get first object or null.