5 references to UpdateCache
System.Web.Entity (5)
System\Data\WebControls\EntityDataSourceView.cs (5)
65
/// Both <see cref="FlattenedEntityCollection"/> and <see cref="
UpdateCache
"/> return null.
71
/// <see cref="FlattenedEntityCollection"/> returns non-null value whiel <see cref="
UpdateCache
"/> returns null.
78
/// <see cref="FlattenedEntityCollection"/> returns non-null value whiel <see cref="
UpdateCache
"/> returns null.
107
get { return _collectionMode == ManagerMode.
UpdateCache
? _collection : null; }
215
_owner.ValidateWrappable() ? WrapperCollectionManager.ManagerMode.FlattenedEntities : WrapperCollectionManager.ManagerMode.
UpdateCache
);