-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Get<T> available on the interface #579
Comments
Do you have some usage examples? |
In our application, we use a mix of yessql and stored procedures for queries. Our goal is to minimize the number of database calls. Therefore, when we want to retrieve various types of data, we don't always execute yessql queries. The SP contains something like that:
Reading the results in C#:
|
It would be helpful if this method were available on the ISession interface:
yessql/src/YesSql.Core/Session.cs
Line 525 in 85bbc03
The text was updated successfully, but these errors were encountered: