@{ 'Declaration Public NotInheritable Class CacheSection Inherits ConfigurationSection 'Usage Dim instance As CacheSection var db = Database.OpenConnection("MySQL_STRING"); var selectQueryString = "SELECT * FROM Product ORDER BY Name"; } Testing

Small Bakery Products

@foreach(var row in db.Query(selectQueryString)) { }
Id Product Description Price
@row.Id @row.Name @row.Description @row.Price