Open Closed

Is it possible to iterate properties in backend editing templates? #2233


User avatar
0
vasilas created

For example in Server.Repository.EfCoreRepository.txt I would like to write:

  .Select (c => new OrderList
  {
     // Fill here the properties and navigation props
     %% property-name %% = c.%% property-name %%,
     %% np-property-name %% = c.%% np-property-name %%,
     // Ex. Id = c.Id, Name = c.Name ... and so on
  });

Similar to the angular template:

<% for(let prop of props) { %>
* **ABP Framework version:** v4.4.4
* **UI type**: Angular
* **DB provider**: EF Core
* **Tiered (MVC) or Identity Server Separated (Angular)**:  yes / no

1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    no @vasile it's not so functional.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on June 20, 2025, 11:20