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

  • Home
  • SEARCH
  • 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 9177967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:26:43+00:00 2026-06-17T17:26:43+00:00

The Azure Table Storage .NET client received a complete redesign with SDK 1.8. With

  • 0

The Azure Table Storage .NET client received a complete redesign with SDK 1.8. With the new SDK, how can I check if a row exists?

Here’s an example from the SDK’s documentation of how to retrieve a single item:

TableResult retrievedResult = table.Execute(retrieveOperation);

// Print the phone number of the result.
if (retrievedResult.Result != null)
   Console.WriteLine(((CustomerEntity)retrievedResult.Result).PhoneNumber);
else
   Console.WriteLine("The phone number could not be retrieved.");

Based on the example, the retrievedResult.Result should be null, if no row was found. But actually this isn’t the case, as the table.Execute throws an exception if no row is found.

This was true with the old SDK also: An exception was thrown if no row was found. But there was a property which turned this off:

TableServiceContext.IgnoreResourceNotFoundException = true

But where is this option hidden in the new SDK?

  • 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-17T17:26:44+00:00Added an answer on June 17, 2026 at 5:26 pm

    It seems to be in the same place in my SDK 1.8 as it has always been, but it has moved in the 2.0 version of the storage API. Is that what you’re using?

    Microsoft.WindowsAzure.StorageClient.TableServiceContext has moved to Microsoft.WindowsAzure.Storage.Table.DataServices.TableServiceContext.

    The property you’re looking for seems to still be available there 🙂

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

Sidebar

Related Questions

I'm writing to Azure Table storage using Storage SDK 2.0 from different threads (ASP.NET
I'm using ASP.NET MVC and Azure Table Storage in the local development fabric. My
I am having a problem reading back from windows azure table storage: Here is
I am migrating some code from the older azure table storage client to the
I am working with Azure Table storage using the .NET API (TableServiceContext, WCF Data
What is exactly the azure table storage and how can i implement a good
I am using Azure SDK Oct 2012. ODataLib dependency in the Storage Client Library
In azure table storage. Is there a way to get the new timestamp value
I am attempting to update an entry in Azure Table Storage. The function is:
I am using Windows Azure Table Storage. I am wondering, if I could use

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.