Method ExtractStructureIds<TProps, TResult>(IRedbScheme, Expression<Func<RedbObject<TProps>, TResult>>)
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()