This question is locked. New answers and comments are not allowed.
Is there a tutorial somewhere for basics on forward mapping with the domain model?
I need to know how to
1) Get new properties in the model created in the DB **EDIT** Figured this one out, it's the choice in the dropdown in the Update Database...I was generating new instead of Altering.
2) Change generated column names (posted in another forum on this one too)
3) Set the Int ID PK columns to be backend Autogenerated
4) Default values on the properties...do I use sql commands like getdate() or C# DateTime.Now?
5) String size (defaults to 255, what if I need it MAX)
6) Change model namespace after creation **EDIT** Edit the rLinq directly seems to fix this, can we get it added to the Settings form or model properties...I mean I see it there, but it's grayed out?
7) I see this blog post which I guess is what I need? But I created it by plopping on Meta Class items from the toolbox and linking associations...did I do all that work for nothing?
Like once i use the wizard to update database from Model, do I then Update Model from Database so the new tables showup in the Model Schema Explorer?
I need to know how to
1) Get new properties in the model created in the DB **EDIT** Figured this one out, it's the choice in the dropdown in the Update Database...I was generating new instead of Altering.
2) Change generated column names (posted in another forum on this one too)
3) Set the Int ID PK columns to be backend Autogenerated
4) Default values on the properties...do I use sql commands like getdate() or C# DateTime.Now?
5) String size (defaults to 255, what if I need it MAX)
6) Change model namespace after creation **EDIT** Edit the rLinq directly seems to fix this, can we get it added to the Settings form or model properties...I mean I see it there, but it's grayed out?
7) I see this blog post which I guess is what I need? But I created it by plopping on Meta Class items from the toolbox and linking associations...did I do all that work for nothing?
Like once i use the wizard to update database from Model, do I then Update Model from Database so the new tables showup in the Model Schema Explorer?