from r in Requests where SomeTVF('SomeString').All() select r
Will fail.
As will any TVF in the Select, Any, All or OrderBy in the same fashion.
You use this all of the time if you're doing security systems with ACLs.
EF should understand TVFs and parse them properly and execute them like the same thing will work with model first instead of just throwing a not supported error.
Will fail.
As will any TVF in the Select, Any, All or OrderBy in the same fashion.
You use this all of the time if you're doing security systems with ACLs.
EF should understand TVFs and parse them properly and execute them like the same thing will work with model first instead of just throwing a not supported error.