New Post: only works with c#??
I´ve trying to use it with vb project but it doesn´t show in a add - new item?
View ArticleNew Post: only works with c#??
Try adding a C# "data" project to your solution, and add the generator in there. Then reference the data project in your other VB projects within your solution.
View ArticleNew Post: Pluralise entities with active SchemaName and PrependSchemaName
Oh, great! I get latest version overwriting my files and added your code from https://efreversepoco.codeplex.com/SourceControl/changeset/83e43fc3f3fc All work perfectly! thanks
View ArticleUpdated Wiki: What's new
Whats new in v2.14.3:Pluralize / Singularize just the last word if separated by underscore (schema_table) . Thanks toPetrettoS.Case 129. The Copyright use Western European Encoding for non-ascii char...
View ArticleReleased: v2.14.3 (Jul 22, 2015)
Whats new in v2.14.3:Pluralize / Singularize just the last word if separated by underscore (schema_table) . Thanks to PetrettoS.Case 129. The Copyright use Western European Encoding for non-ascii char...
View ArticleCreated Release: v2.14.3 (Jul 22, 2015)
Whats new in v2.14.3:Pluralize / Singularize just the last word if separated by underscore (schema_table) . Thanks to PetrettoS.Case 129. The Copyright use Western European Encoding for non-ascii char...
View ArticleCommented Unassigned: foreign key names [131]
If you set PrependShcemaName option to false, the generated C# foreign key name is created using the unique key base table name only, for example, "public virtual foo foo_foo {get; set;}".If you set...
View ArticleCreated Unassigned: Filter out some tables from schema [132]
Is there a way to filter out table(s) from a schema?I still want some of the tables from that schema.
View ArticleNew Post: Bug with default values on custom types
Hi, I have run into a slight issue with the default values set in the entity constructors. This occurs under the following conditions:The column type is a user-defined typeThe user-defined type is...
View ArticleSource code checked in, #753e24eb1c0b
For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.
View ArticleUpdated Wiki: What's new
Whats coming in the next version:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Whats new in v2.14.3:Pluralize / Singularize just the last word if separated by underscore (schema_table) ....
View ArticleSource code checked in, #8a065a1ee7d2
Pass in false to WriteStoredProcFunctionSetSqlParameters when not generating a fake. Thanks to Sur1969333.
View ArticleUpdated Wiki: What's new
Whats coming in the next version:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake....
View ArticleCommented Unassigned: Filter out some tables from schema [132]
Is there a way to filter out table(s) from a schema?I still want some of the tables from that schema.Comments: Does using TableFilterExclude = new Regex("^table_name1$|^table_name2$|etc"); help you?
View ArticleNew Post: Bug with default values on custom types
This scenario is always going to be near impossible to fix. Returning A is a simple scenario, but what if it ran a function, or did some SQL code manipulation such as DATEADD(...), or even something...
View ArticleCommented Unassigned: Filter out some tables from schema [132]
Is there a way to filter out table(s) from a schema?I still want some of the tables from that schema.Comments: No. So we have same table name exists across few schema. I was looking at how to filter...
View ArticleCommented Unassigned: Filter out some tables from schema [132]
Is there a way to filter out table(s) from a schema?I still want some of the tables from that schema.Comments: There is a pull request which fixes this:...
View ArticleUpdated Wiki: What's new
Whats coming in the next version:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake....
View ArticleUpdated Wiki: What's new
Whats coming in the next version:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake....
View Article