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