supportsAsyncMultiResultStream property

bool get supportsAsyncMultiResultStream

True when both multi-result streaming start FFIs and the existing async-poll FFI are available.

Implementation

bool get supportsAsyncMultiResultStream =>
    _odbc_stream_multi_start_async_ptr != null &&
    _odbc_stream_poll_async_ptr != null;