supportsExecQueryMultiParams property

bool get supportsExecQueryMultiParams

Whether the loaded native library exports odbc_exec_query_multi_params (added in v3.2.0).

Implementation

bool get supportsExecQueryMultiParams =>
    _bindings.supportsExecQueryMultiParams;