I'm new with the Entity Fw.
I have a Sql Function that returns the age for a given birthday. (http://www.sql-server-helper.com/functions/get-age.aspx)
And I whant to use it with linq. I know it's possible. I've read it here: http://blogs.msdn.com/efdesign/archive/2009/01/07/model-defined-functions.aspx http://blogs.msdn.com/efdesign/archive/2008/10/08/edm-and-store-functions-exposed-in-linq.aspx
but it seems this is part of the EF extentions (which I have) or that is still on development fase.
Can anyone help me with this?
Thank you.