supportsExecuteQueryMultiParams property

bool get supportsExecuteQueryMultiParams

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

Implementation

bool get supportsExecuteQueryMultiParams =>
    _native.supportsExecQueryMultiParams;