ReadAction.md - brainchildservices/curriculum GitHub Wiki

Slide 1

READ

The read function is similar to a search function, as it allows you to retrieve specific records and read their values.

This will not make any changes to the menu table but will simply display all the records in that table.

In The Previous session we learned how to create a new data, What if we want to see The Details of the data which we added? That's where the Read Comes in Handy.

image

Slide 1

in the above image you can see a button called Details, it represents the Read Action method. Once you Click on it, it will go to a different page with that containing the Details of the Corresponding item.

Example:- image

this action method help you to Keep a minimal data reveal, and when we go to details we'll get more details