How to find a single record with Subsonic 3
|
|
| How to find a single record with Subsonic 3 using SingleOrDefault or Find. |
var customer = catalog.data.customer.SingleOrDefault(x => x.id == "00001"); |
|
|
| How to find a single record with Subsonic 3 using SingleOrDefault or Find. |
var customer = catalog.data.customer.SingleOrDefault(x => x.id == "00001"); |
Comments
Post new comment