I used DbMetal to create my DBML file, it created without error, but
it didn't include any of the column definitions. just the tables. did
i do something wrong, or is it just not working yet? this is what it
looks like:

<?xml version="1.0"?>
<Database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
Name="TixSmartLocalBoxOffice"
EntityNamespace="TixSmart.BoxOffice.Local.DL"
ContextNamespace="TixSmart.BoxOffice.Local.DL"
Class="TixSmartLocalBoxOffice" BaseType="DbLinq.Data.Linq.DataContext"
Provider="MySql" xmlns="http://schemas.microsoft.com/linqtosql/dbml/
2007">
  <Table Name="tixsmartlocalboxoffice.boxoffice" Member="BoxOffices">
    <Type Name="BoxOffice" />
  </Table>
  <Table Name="tixsmartlocalboxoffice.boxofficeeventaudit"
Member="BoxOfficeEventAudits">
    <Type Name="BoxOfficeEventAudit" />
  </Table>
 .......[other tables omitted]
</Database>

--~--~---------~--~----~------------~-------~--~----~
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