-
```
What steps will reproduce the problem?
1. Create a DBML file using VS.net 2008
2. Start DBMetal to create code file
What is the expected output? What do you see instead?
I expect a C# file to be …
-
```
In the sample dbml.cst template, there's a property IgnoreList.
Instead of specifying all the tables to ignore, how do I tell it to just
include 2 tables?
Ticket: 40516
```
Original issue repor…
-
```
What steps will reproduce the problem?
In oracle (although the problem seems to be in common code), create two
tables where one have more than two foreign keys to the other.
create user user1 ide…
-
```
What steps will reproduce the problem?
1. Set the Serialization Mode on the .dbml to Unidirectional.[1]
2. Set the IncludeDataContract option in Entities.cst to true.
3. Generate the entities.
4. …
-
```
Insert, Update and Delete methods should be able to be overridden with
SPROCS at the DBML level while maintaining the original invoke code as per
Scott Gu's tutorial.
Step 3, Step 4, Step 5
http…
-
```
What steps will reproduce the problem?
1. Create a Enum table in the database and in the Description column use a
string that contains non-US-ASCII characters. In my case I need to use
Eastern …
-
```
What steps will reproduce the problem?
In Oracle create a schema with two tables and foreign key between them with
multiple columns in the key:
create user user1 identified by user1;
grant dba to…
-
```
What steps will reproduce the problem?
In Oracle create a schema with two tables and foreign key between them with
multiple columns in the key:
create user user1 identified by user1;
grant dba to…
-
```
MySqlMetal needs support for enumerations
```
Original issue reported on code.google.com by `bryanliv...@gmail.com` on 13 Jun 2007 at 6:44
-
```
What steps will reproduce the problem?
1. Run the following commands:
DbMetal /code:d.cs src\DbLinq.MySql\Test\NorthwindMySql.dbml
sqlmetal /code:s.cs src\DbLinq.MySql\Test\NorthwindMySq…