Base solution for your next web application

Activities of "sai kovvuri"

Thanks . I figured it out

if class B looks like public class B { public string Name {get; set;} }

public class A { public B B1 {get; set;} }

set ISortedResultRequest.Sorting = "B1.Name ASC" , thebackend is able to add that to the query

Showing 1 to 1 of 1 entries