joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
75 stars 56 forks source link

Implement repo.GetData Function #172

Open RostamiMohammad67 opened 6 years ago

RostamiMohammad67 commented 6 years ago

hi the bellow function is called but i don't know how and in witch directory i should implement the function? var items = repo.GetData(out totalRecords, options.GetFilterString("FirstName"), options.GetFilterString("LastName"), active, options.GetLimitOffset(), options.GetLimitRowcount(), sortColumn, options.SortDirection == SortDirection.Dsc);

RostamiMohammad67 commented 6 years ago

help pleaseeeeeeeeeeee

topdev01 commented 5 years ago

hi @sortami ,

If you haven't figured it out already go to the following link in the repository and there is the implementation of the method, ([https://github.com/joeharrison714/MVCGrid.Net/blob/master/MVCGridExample/Models/JobRepo.cs])

You can implement this method in your Repository class or in our Data Access Layer in general.