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 ArticleUpdated 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 ArticleCreated 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 ArticleSource code checked in, #563519c500da
Remove stored procs where the return model type contains spaces and cannot be mapped
View ArticleEdited 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 ArticleCommented 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 ArticleSource code checked in, #459dc88a096e
Case 109. Nullable uniqueidentifier with default value generates exception. Thanks to markuspeter.
View ArticleUpdated 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 ArticleEdited 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 ArticleCommented 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 ArticleUpdated 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 ArticleSource code checked in, #815653e744d4
Case 106. Add support for async methods. Thanks to youngcm2
View ArticleUpdated 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 ArticleEdited 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 ArticleCommented 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 ArticleSource code checked in, #b59d2a0a2a27
Changed the stored procedure parameters to be nullable. Thanks to Suraj Ramalingam.
View ArticleUpdated 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 ArticleEdited 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