Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Browsing all 1642 articles
Browse latest View live

Edited Issue: Stored procedure return column name tidy up could bring all...

EF.Reverse.POCO.Generator has a code snippet to tide up stored procedure's return column name, here is code: proc.ReturnColumns = ds.Tables[0].Columns.Cast<DataColumn>().ToList();// Tidy up...

View Article


Updated Wiki: What's new

Whats comming in the next release:Remove use of [GeneratedCodeAttribute] where not necessary. Case 108. Include the schema when calling stored procedures. Thanks to emdadgar2. Whats new in v2.12.1:Case...

View Article


Created Unassigned: Nullable uniqueidentifier with default value generates...

A table with a column having a nullable uniqueidentifier with a default value NULL:[MyColumn] UNIQUEIDENTIFIER CONSTRAINT [DF_MyColumn] DEFAULT (NULL) NULLwill result in a Poco having the following...

View Article

Source code checked in, #563519c500da

Remove stored procs where the return model type contains spaces and cannot be mapped

View Article

Edited Issue: Nullable uniqueidentifier with default value generates...

A table with a column having a nullable uniqueidentifier with a default value NULL:[MyColumn] UNIQUEIDENTIFIER CONSTRAINT [DF_MyColumn] DEFAULT (NULL) NULLwill result in a Poco having the following...

View Article


Commented Issue: Nullable uniqueidentifier with default value generates...

A table with a column having a nullable uniqueidentifier with a default value NULL:[MyColumn] UNIQUEIDENTIFIER CONSTRAINT [DF_MyColumn] DEFAULT (NULL) NULLwill result in a Poco having the following...

View Article

Source code checked in, #459dc88a096e

Case 109. Nullable uniqueidentifier with default value generates exception. Thanks to markuspeter.

View Article

Updated Wiki: What's new

Whats comming in the next release:Remove use of [GeneratedCodeAttribute] where not necessary. Case 108. Include the schema when calling stored procedures. Thanks to emdadgar2. Case 109. Nullable...

View Article


Edited Issue: Stored procedure return column name tidy up could bring all...

EF.Reverse.POCO.Generator has a code snippet to tide up stored procedure's return column name, here is code: proc.ReturnColumns = ds.Tables[0].Columns.Cast<DataColumn>().ToList();// Tidy up...

View Article


Commented Issue: Stored procedure return column name tidy up could bring all...

EF.Reverse.POCO.Generator has a code snippet to tide up stored procedure's return column name, here is code: proc.ReturnColumns = ds.Tables[0].Columns.Cast<DataColumn>().ToList();// Tidy up...

View Article

Updated Wiki: What's new

Whats comming in the next release:Remove use of [GeneratedCodeAttribute] where not necessary. Case 108. Include the schema when calling stored procedures. Thanks to emdadgar2. Case 109. Nullable...

View Article

Source code checked in, #815653e744d4

Case 106. Add support for async methods. Thanks to youngcm2

View Article

Updated Wiki: What's new

Whats comming in the next release:Remove use of [GeneratedCodeAttribute] where not necessary. Case 108. Include the schema when calling stored procedures. Thanks to emdadgar2. Case 109. Nullable...

View Article


Edited Feature: Add support for async methods [106]

I added to the interface the following: I have attached the changes.``` Task<int> SaveChangesAsync(); Task<int> SaveChangesAsync(CancellationToken cancellationToken);```

View Article

Commented Feature: Add support for async methods [106]

I added to the interface the following: I have attached the changes.``` Task<int> SaveChangesAsync(); Task<int> SaveChangesAsync(CancellationToken cancellationToken);```Comments: This has...

View Article


Source code checked in, #b59d2a0a2a27

Changed the stored procedure parameters to be nullable. Thanks to Suraj Ramalingam.

View Article

Updated Wiki: What's new

Whats comming in the next release:Remove use of [GeneratedCodeAttribute] where not necessary. Case 108. Include the schema when calling stored procedures. Thanks to emdadgar2. Case 109. Nullable...

View Article


Edited Issue: Stored procedure return column name tidy up could bring all...

EF.Reverse.POCO.Generator has a code snippet to tide up stored procedure's return column name, here is code: proc.ReturnColumns = ds.Tables[0].Columns.Cast<DataColumn>().ToList();// Tidy up...

View Article

Source code checked in, #53dd84ccd982

Revision bump

View Article

Source code checked in, #1d222dffa829

Added tag v2.12.2 for changeset 53dd84ccd982

View Article
Browsing all 1642 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>