TortugaResearch / DotNet-ORM-Cookbook

This repository is meant to show how to perform common tasks using C# with variety of ORMs.
https://tortugaresearch.github.io/DotNet-ORM-Cookbook/
The Unlicense
340 stars 28 forks source link

Use Case: Calling a Scalar Function directly #127

Open Grauenwolf opened 4 years ago

Grauenwolf commented 4 years ago

This use case executes the scalar function directly. It is not used as part of a larger query.

Grauenwolf commented 4 years ago

See also #29 for table-valued functions

Grauenwolf commented 4 years ago

See also #31 for scalar values from simple queries