Skip to content
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

Scalar composable function support #621

Closed
divega opened this issue Sep 4, 2014 · 2 comments
Closed

Scalar composable function support #621

divega opened this issue Sep 4, 2014 · 2 comments

Comments

@divega
Copy link
Contributor

divega commented Sep 4, 2014

This work item represents the capability to map to scalar composable functions defined by the store so that they can be used in LINQ queries or in update, e.g. as default values (for which they would possibly need to be niladic :trollface:).

@natemcmaster
Copy link
Contributor

Would help with #3438.

Idea:

entityBuilder.Property(e => e.SchemaName).FromSqlServerFunction("SCHEMA_NAME(object_id)");

@rowanmiller
Copy link
Contributor

Consolidating several user defined function related enhancements into #4319

@divega divega closed this as completed Jan 16, 2016
@divega divega removed this from the Backlog milestone May 8, 2017
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants