iluvadev / PocketBaseClient

C# client to interact with a particular PocketBase application: an ORM mapped to your PocketBase server. [This project is in active development. The things described below could change]
MIT License
34 stars 8 forks source link

Expand records #9

Open iluvadev opened 1 year ago

iluvadev commented 1 year ago

Support expand records when gets from PocketBase.

Something like:

filteredPosts.Expand(p => p.Author)