سؤال

What is the difference between TableOperation.Retrieve() and TableOperation.Retrieve<T>() in the Azure API? Both return a TableOperation and MSDN isn't very clear on the topic.

هل كانت مفيدة؟

المحلول

You are right, MSDN is not clear about this. The difference is when you call the generic version of the method it knows the type of the entity resolver to use. You can this see by looking at the source of the generic version here and the non-generic here.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top