-
```
What steps will reproduce the problem?
1.Create a DB Table with an int PK but not an Identity.
2.Generate DBML and all Entities from PLINQO
3.Modify table PK Column to be Identity
4.Rerun Generat…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using?
Please provide any additional information belo…
-
```
I noticed that if you choose to generate enum's from enum tables with your
DBML, the manager and query classes break because they are missing the
using directives to the entity namespace. This o…
-
```
Hi, We are using protobuf.net v1 using linq-to-sql with auto-generated c#
code which has a 4 level class hierarchy. This is done via the .dbml file
type.
So something like:
class Security
class …
-
```
Hi, We are using protobuf.net v1 using linq-to-sql with auto-generated c#
code which has a 4 level class hierarchy. This is done via the .dbml file
type.
So something like:
class Security
class …
-
```
What steps will reproduce the problem?
1. Create an DBML with VS.net 2008
2. Start DBMetal to generate code
What is the expected output? What do you see instead?
I expect to get a storage field…
-
```
What steps will reproduce the problem?
1. DBMetal -code:model.designer.cs --provider:Oracle model.dbml
2. -> OracleDataContext does not load
What is the expected output? What do you see instead?
…
-
```
Hi, We are using protobuf.net v1 using linq-to-sql with auto-generated c#
code which has a 4 level class hierarchy. This is done via the .dbml file
type.
So something like:
class Security
class …
-
```
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. …
-
```
What steps will reproduce the problem?
1. See: http://stackoverflow.com/questions/1914899/sqlmetal-fails-to-
create-dbml-from-sqlite-database
What is the expected output? What do you see instead?…