former_member230550
Explorer
Member since ‎2013 Jun 28

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Using C# with Entity Framework 6 (not core), how do I get LINQ to query a full text search index? For example if I was writing an SQL query I might write "select * from mytable where contains(mycolumn, 'dog');". How do I get LINQ to do that? I'm ...
Hi,Under what conditions does AdsGetRecordCount() return a success code, but set the record count to 2^32 (2 to the power of 32)? It doesn't seem to be documented.There definitely aren't that many records in my result set.Also, what do I need to do t...
My organization is in the process of upgrading from ADS 8 to ADS 11 (11.10.0.24).We are getting ADS internal errors in the Windows Event Log, for code that has been running fine on ADS 8. I have been able to reproduce the internal error (2119) with t...