|
Thread: Oo
-
Oct 20th, 2004, 01:57 PM
#1
Thread Starter
PowerPoster
Oo
hi there!
i am trying to understand how this would work in C#
I have a Table class and a Field class
each table objects has many field objects
I can create a table object (I think) by extracting schema info from SQL and constructing the fields with things like:
field name
data type
max length of Chars
fair enough
but how do i tell it that the table that has been created will have the fields that it should have? if you see what i mean?
ok once i have made this field object, how do i store it? where do i store it? in my "Main" class? or in my Field class where the constructers are?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|