-
```
What steps will reproduce the problem?
1. I have this store prodedure
CREATE OR REPLACE PROCEDURE "ADMIN"."GETALLPRODUCTTYPE"
(
outCursor IN OUT SYS_REFCURSOR
)
IS
BEGIN
OPEN outCursor FOR…
-
```
What version of the product are you using?
2.1.639, Visual Basic
Please provide any additional information below.
Entities Classes cannot be compiled if i change the EntityBase property on
dbm…
-
```
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…
-
```
New Feature: Enhanced Attribute Support
a) DataMember - Order
b) DataContract - IsReference
c) Association - DeleteRule
i ) Entities already support DeleteRule.
ii) DBML needs…
-
```
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 …
-
```
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 …
-
```
If, in an Oracle database, constrains with the same name exist in two
schemas, dbmetal exports both constraints causing an exception during code
generation.
What steps will reproduce the problem?…
-
```
What steps will reproduce the problem?
1. Set an entity to internal in dbml
2. Include manager templates in generation
What is the expected output? What do you see instead?
Get compile error Inc…
-
```
Summary says it all, here's the fix - one of these days I'll setup SVN.
In SchemaLoader.Name.cs\GenerateStorageFields:
Dictionary storageFields = new Dictionary();
Dictionary memberFields = new …