Method ResolveManyAsync(long, IEnumerable<string>)

Assembly: redb.Core.dll

Batch resolve multiple field paths. Uses internal caching.
More efficient than multiple ResolveAsync calls.

Task<Dictionary<string, FieldInfo>> ResolveManyAsync(long schemeId, IEnumerable<string> fieldPaths)