We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some special operations on databases
var tables = db.DbMaintenance.GetTableInfoList(); foreach (var table in tables) { Console.WriteLine(table.Description); }