Questions tagged [telerik-open-access]

Telerik's object-relational mapper is a powerful framework for mapping the objects in your object-oriented domain model to your relational database tables, views, and/or stored procedures. This mapping is done within Visual Studio and is independent from source code and database - it is a virtual layer, which can be used from within the programming language to access and manipulate data.

Telerik's object-relational mapper is a powerful framework for mapping the objects in your object-oriented domain model to your relational database tables, views, and/or stored procedures. This mapping is done within Visual Studio and is independent from source code and database - it is a virtual layer, which can be used from within the programming language to access and manipulate data.

138 questions
-1
votes
1 answer

how to get old and new values of modified entity : Telerik Open DataAccess

I am using Telerik Entity framework, I was looking for some method / function by means of which i can get new (current) values of a modified entity, as i already can get old values of modified entity by doing this... IEnumerable
tango
  • 80
  • 2
  • 11
-1
votes
1 answer

KendoGrid ServerSorting and ServerFiltering on child attributes or custom properties

I have a blocking issue on my serverside filtering and sorting of data. My Kendo Grid sends requests to my C# backend. This is what happens: I fetch all Employee objects (I use Data Access) An employee has a Person object, which contains person info…
-2
votes
1 answer

Custom Lazy Loading Open Access ORM

I'm working with open acces orm and I need a simple way to fetch just parent entity information and make a custom load of related children information. I mean when I ask for order I just want the orders information and to be able to load or not the…
1 2 3
9
10