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