Method GetUnderlyingConnectionAsync()

Assembly: redb.Core.dll

Get underlying DbConnection for advanced operations (e.g., COPY protocol).
This ensures all operations use the same connection and transaction.

Task<DbConnection> GetUnderlyingConnectionAsync()