J
Jonathan Allen
What I would like to see is a markup for database-aware classes. Something
like...
<Table("Customers")> Class Customer
<Column("FirstName")> Property FirstName as String
<Column("LsatName")> Property LastName as String
End Class
like...
<Table("Customers")> Class Customer
<Column("FirstName")> Property FirstName as String
<Column("LsatName")> Property LastName as String
End Class