config property

  1. @override
MssqlConnectionConfig get config

How the underlying connection was configured.

Includes settings such as decimal decoding and the default query timeout, which also apply through transactions and pools.

Implementation

@override
MssqlConnectionConfig get config => inner.config;