clientContext.Load(object);
clientContext.ExecuteQuery();
object can be fields, lists, item, etc.
Another unexpected behavior is that dictionary's KeyCollection does not use an indexer, so enumerators have to be used to iterate through the collection.
No comments:
Post a Comment