2 implementations of AllowNew
System.Data.Entity (2)
System\Data\Objects\ObjectViewEntityCollectionData.cs (1)
79public bool AllowNew
System\Data\Objects\ObjectViewQueryResultData.cs (1)
116public bool AllowNew
2 references to AllowNew
System.Data.Entity (2)
System\Data\Objects\ObjectView.cs (2)
158get { return _viewData.AllowNew && !IsElementTypeAbstract; } 306return !(_viewData.AllowNew || _viewData.AllowRemove);