I am reorganizing some code that is currently being implemented in stored procedures for using LinqToSql (for use in training). Is it possible to use SQL functions in linqToSql query?
Here is some helpful information from the MSDN Forum post. Soundex and LINQ .
I have not tried this myself yet, but the method originally posted here seems to be the best solution.
[Function(Name="SoundEx", IsComposable = true)] public string SoundsLike(string input) { throw new NotImplementedException(); }
Source: https://habr.com/ru/post/1697735/More articles:Passing text to a javascript function that can have one quote - javascriptIs .NET equivalent to Java threading groups? - multithreadingHow to filter a report object when saving through FileDialog in MS Access - vbaIs it possible to process an ASP.NET ASPX page from a source that is not a file system? - asp.netTypical pitfalls of cross-browser compatibility - javascriptCan ScaleTransform create everything on canvas / grid except 1 control? - wpfHibernate.initialize () and second level cache - javahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1697738/how-to-draw-delphi-group-boxes-to-have-transparent-backgrounds&usg=ALkJrhjdHYjdkLPguQ11KYodtAyN6RtPGAHelp someone new in C # variables - variablesHow to disable copy / paste in Flex Text controls? - flexAll Articles