Skip to content

TT generate Find extension method with auto increment suffix #1490

Closed
@zd-dalibor

Description

After upgrade ling2db to version 2.6 t4 template start generating "Find" extension method with number suffix like this:

public static SomeType Find0(this ITable<SomeType> table, Guid SomeTypeId) {}

public static SecondType Find1(this ITable<SecondType> table, Guid SecondTypeId) {}

public static ThirdType Find2(this ITable<ThirdType> table, Guid ThirdTypeId) {}

...

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions