menu
mssql_connection package
documentation
mssql_connection_platform_interface.dart
MsSQLConnectionPlatform
disconnect abstract method
disconnect abstract method
dark_mode
light_mode
disconnect
abstract method
Future
<
bool
>
disconnect
(
)
Disconnects from the MS SQL Server database.
Implementation
Future<bool> disconnect();
mssql_connection package
documentation
mssql_connection_platform_interface
MsSQLConnectionPlatform
disconnect abstract method
MsSQLConnectionPlatform class