right now, you can access properties that are assigned to a dbo that were pulled down from a database table. i would like it if we could define the properties of the table in the dbo, and then run a create method on the dbo which would create create the table. this method should automaticly be called if the table does not exist.
right now, you can access properties that are assigned to a dbo that were pulled down from a database table. i would like it if we could define the properties of the table in the dbo, and then run a create method on the dbo which would create create the table. this method should automaticly be called if the table does not exist.