Database
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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?