Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 01, 2012 09:08 AM by thaicarrot
Contributor
5433 Points
1508 Posts
May 01, 2012 07:02 AM|LINK
Hi,
ALTER PROCEDURE [dbo].[GetTillsList] (@code numeric (8, 0))
AS
SELECT [code], [description], ISNULL([CRC], '') AS [CRC]
FROM dbo.tills
WHERE SUBSTRING(CAST([code] AS nvarchar),1,LEN(CAST(@code AS nvarchar))) = CAST(@code AS nvarchar)
Participant
1586 Points
269 Posts
May 01, 2012 07:21 AM|LINK
try this tool:
http://www.sqltolinq.com/downloads
May 01, 2012 09:08 AM|LINK
2pac try this tool: http://www.sqltolinq.com/downloads
Event If that tool doesn't help but may be in the future might help.
thaicarrot
Contributor
5433 Points
1508 Posts
How to convert to Linq?
May 01, 2012 07:02 AM|LINK
Hi,
ALTER PROCEDURE [dbo].[GetTillsList] (@code numeric (8, 0))
AS
SELECT [code], [description], ISNULL([CRC], '') AS [CRC]
FROM dbo.tills
WHERE SUBSTRING(CAST([code] AS nvarchar),1,LEN(CAST(@code AS nvarchar))) = CAST(@code AS nvarchar)
Weera
2pac
Participant
1586 Points
269 Posts
Re: How to convert to Linq?
May 01, 2012 07:21 AM|LINK
try this tool:
http://www.sqltolinq.com/downloads
Regards,
Jayesh
thaicarrot
Contributor
5433 Points
1508 Posts
Re: How to convert to Linq?
May 01, 2012 09:08 AM|LINK
Event If that tool doesn't help but may be in the future might help.
Weera
thaicarrot
Contributor
5433 Points
1508 Posts
Re: How to convert to Linq?
May 01, 2012 09:08 AM|LINK
Event If that tool doesn't help but may be in the future might help.
Weera