Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8029621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:29:29+00:00 2026-06-05T00:29:29+00:00

I read many entries, but I found no solution for my (special?) problem. Here

  • 0

I read many entries, but I found no solution for my (special?) problem.
Here we go.

I have a search String, which is a number and a table column which is of type (bigint, Null).

I tried:

1.

Dim suche = "2012"
Dim nummern = (From t In entity.Table Where SqlFunctions.StringConvert(CDbl(t.TicketNr)).Trim.Contains(suche)
                          Select t.TicketNr Order By TicketNr Descending).ToList

The Problem here is, even without “trim” that the double conversion didn’t find the long numbers 20120000000000 e.g. so the result is not complete. So as it seems that there is no solution with LINQ to Entity I tried E-SQL with LIKE.

2.

Dim suche = "%2012%"
Dim nummern = entity.Table.Where("it.longnumber LIKE @suche", New ObjectParameter("suche", suche))

Results in a similiar cast-error. If the table “longnumber” would be a string, then the solution given above, works fine!

:).

The solution is sometimes so Simple!:

(From t In entity.Table Where SqlFunctions.StringConvert(CDbl(t.TicketNr), 15, 0).Contains(suche)
                           Select t.TicketNr Order By TicketNr Descending).ToList

You have to use the StringConvert Overload ;).

A solution in e-SQL, like in (2) would be nice though, if someone will come along this thread and know how to do it!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T00:29:30+00:00Added an answer on June 5, 2026 at 12:29 am

    The solution is sometimes so simple!!!:

    (From t In entity.Table Where SqlFunctions.StringConvert(CDbl(t.TicketNr), 15, 0).Contains(suche)
                               Select t.TicketNr Order By TicketNr Descending).ToList
    

    You have to use the StringConvert Overload ;).

    A solution in e-sql, like in (2) would be nice though, if someone will come along this thread and know how to do it!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Am tearing my hair out here. Have read many examples which describe how to
I have read many questions about Android, J2ME and RecordStore , but I still
I have read many questions about the facebook login but until not I didnt
I have read so many times, here and everywhere on the net, that mutexes
I read many threads in stackoverflow and also googled but i still have one
I already read many article about this issue in here, SO. I just want
I have read many fine algorithms for identifying the most significant bit for 32-
Windows Forms and Navigation I have researched and read many different web articles and
how do programs communicate with the micro kernel/monolithic kernel/exo kernel? I have read many
I read about many CSS related languages and tools which need ruby. What is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.