Method ExtractStructureIds<TProps, TResult>(IRedbScheme, Expression<Func<RedbObject<TProps>, TResult>>)

Assembly: redb.Core.dll

Extracts HashSet of structure_ids for optimized BULK SELECT.

public HashSet<long>? ExtractStructureIds<TProps, TResult>(IRedbScheme scheme, Expression<Func<RedbObject<TProps>, TResult>> selector) where TProps : class, new()