Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created February 9, 2010 18:07
Show Gist options
  • Select an option

  • Save JeremySkinner/299476 to your computer and use it in GitHub Desktop.

Select an option

Save JeremySkinner/299476 to your computer and use it in GitHub Desktop.
<Database Name="Test" xmlns="http://schemas.microsoft.com/linqtosql/mapping/2007">
<Function Name="CustomersAndOrders" Method="CustomersAndOrders">
<ElementType Name="FluentLinqToSql.DatabaseTests.Entities.Customer" />
<ElementType Name="FluentLinqToSql.DatabaseTests.Entities.Order" />
</Function>
</Database>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment