public SqlConnection DataBase { get; }
Get the SqlConnection used to communicate with the database. It allows you to execute use other methods and properties provided with the classic ADO library.
SqlConnection
Last updated 5 years ago