I've just started trying out DbLinq,  I can generate source for my
database without issue.  But I'd like to clean up how the schema is
presented;  DbMetal has the option:
        /aliases:<file>                    Use mapping file.
But I can't find any docs on how to construct such an alias file;  I
assume I must be googling the wrong terms.   I thought perhaps I needed
to make a DBML file and then process that, like -

 mono DbMetal.exe /provider=PostgreSql \
  /conn="database=OGo;username=OGo;host=localhost"  \
  /dbml=OGoDB.dbml -database:OGo \
  -namespace:Org.OpenGroupware /entityBase:OGoEntity

- but the file it generated is extremely sparse (which is possibly
correct, I guess).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to