28 results found
-
Convert to Devart model directly from VS EDMX file.
Extensive documentation such as
Documentation->Long Description and Documentation-> Summary could be conveniently imported in this way.1 vote -
Have a way to automate mappings for complex types in tables.
I had this situation happen to me:
I had a complex type that has 6 properties and this complex type was used about 20 times in a single table. I had to go to the Mapping Editor and type in the mapping names for these 120 fields. This was very time consuming and tedious especially since that Editor doesn't make doing mass edits very easy to do.
I know Microsoft's Entity Framework designer will automatically do these mappings for you. It would be great in this capability was added to your designer.
Perhaps do something like:
Table.CPropIndex0
Table.CPropIndex1…3 votes -
easy code generation for repositories from entitymodels
An easy way to generate extensible repository code for entitymodels would be really nice.
3 votes -
Template for DTO Generation
An additional template for generating DTOs for use in services where Self Tracking POCO entities are insufficient. Perhaps with some sort of repository implementation for converting the DTOs to "true" POCO's in the same template.
10 votes -
DataAnnotation attributes in the DbContext template
Capability to generate mapping with DataAnnotation attributes at least partially.
0 votes -
9 votes
-
Changing schema
Add multiselect of Store objects to allow for changing the schema for all tables at once.
3 votes -
Outer Join on Old Oracle Databases
I realize that you don't have support for OUTER JOIN (+) on Oracle 8i. I know that it's an old database, but we have clients that still have this working.
10 votes -
Firebird support
Firebird database has support for .NET for over 5 years and I believe that it is very perspective database with very wide community and support.
6 votes -
3 votes
-
Better support for numeric ID fields
Numeric ID fields are most of the type generated by Oracle triggers (as a proper auto-incremented field type is missing). I would like to configure that for a model any numeric field with the name "ID" is set by default to AutoGeneratedPattern "Identity"?
I know you guys can't guess from the DB which fields are generated by a trigger but allow us to configure which fields we want to work that way.
15 votes -
Add LinqPad support using their "Data Context Extensibility Model"
Information here: http://www.linqpad.net/DataContextPlugin.pdf
29 votes -
Mapping rules defined by user
Possibility to define own rules how should be database types mapped to .NET data types.
For example, in Oracle:
Number(1,0) -> (boolean or short)38 votes -
Support for Workflow Persistence
Windows Workflow (WF) uses a Persistence Provider for long running tasks. (http://msdn.microsoft.com/en-us/library/bb412184.aspx) There is a CodePlex site (http://wftools.codeplex.com/) offering some help for persisting to non MSSQL databases. I would love to see DevArt add this as a feature in their dotConnect products.
4 votes -
Enum support
Support for enum data types, e.g.:
public enum Status : long
{
Active = 0,
Inactive = 1,
Delete = 2
}So code can be much more readable: .Where(o => o.Status = Status.Active)
122 votes -
Templates – generating classes for RIA services
Templates for generating RIA domain model classes for Devart LINQ and NHibernate models.
26 votes -
POCO EF templates
Templates for generating POCO code for Entity Framework 4 models.
45 votes -
Template usability improvements
Binding template to a model with the relative template path stored in the model. This allows transfering templates with the models without the need to register templates in Entity Developer separately.
11 votes -
Template language improvements - template import and inheritance
Reusing code of a template in other templates. Linking one template file to another with template import or inheriting template from other one.
7 votesThe “include” functionality is supported.
-
Validation rules
Design-time and template enhancements for creating validation rules for values of the model class properties.
24 votes
- Don't see your idea?