This is a migrated thread and some comments may be shown as answers.

Properties assigned letter s

1 Answer 25 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Richard
Top achievements
Rank 1
Richard asked on 08 Jul 2013, 01:37 PM
How to have not append letter 's' in the properties

 CREATE TABLE [dbo].[m00PersonaIdentidad](
[IdPersonaIdentidad] [int] IDENTITY(1,1) NOT NULL,
[IdPersona] [int] NOT NULL,
[TipoDocumento] [tinyint] NOT NULL,
[Nombre] [varchar](20) NOT NULL
 )

FluentModel.cs
public IQueryable<M00PersonaIdentidad> M00PersonaIdentidads 
{
get
{
return this.GetAll<M00PersonaIdentidad>();
}
}

should modify a template?

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 08 Jul 2013, 03:13 PM
Hi Richard,

I am afraid that currently there is no way to disable the pluralization of context endpoints. Please vote for this functionality in our Ideas & Feedback portal.

At the moment the only workaround is to rename the endpoint manually by selecting it in Model Object Explorer and changing its name in Properties pane.

Regards,
Alexander
Telerik
OpenAccess ORM Q2 2013 brings you a more powerful code generation and a unique Bulk Operations support with LINQ syntax. Check out the list of new functionality and improvementsshipped with this release.

Tags
Data Access Free Edition
Asked by
Richard
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or