@{ '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"; }
| Id | Product | Description | Price |
|---|---|---|---|
| @row.Id | @row.Name | @row.Description | @row.Price |