2 implementations of AllowEdit
System.Data.Entity (2)
System\Data\Objects\ObjectViewEntityCollectionData.cs (1)
84public bool AllowEdit
System\Data\Objects\ObjectViewQueryResultData.cs (1)
121public bool AllowEdit
1 reference to AllowEdit
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
163get { return _viewData.AllowEdit; }