Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

number to string ef example c#

var vendors = 
   from v in Vendors  
   select new
   {             
       Code = SqlFunctions.StringConvert((double)v.VendorId)
   };
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #number #string #ef
ADD COMMENT
Topic
Name
3+8 =