Hi Guys,
Below I have two classes Customer and CustomerAttributes, now my main requirement for including these classes is to use association(vertical tables) in order to achieve my goal of generating columns dynamically in the table in the DB. Now I am not sure how to go about achieving this as these two classes were given to me on the forum and I am unsure as to how do I go about achieving my goal.
So please can anyone advice me on the same.
Public Class CustomerAttribute
Private m_CustomerAttributeId As String
Private m_CustomerId As String
Private m_AttributeName As String
Private m_AttributeValue As String
Public Property CustomerAttributeId As String
& ...
Go to the complete details ...