1 implementation of CanRead
System.Web.DynamicData (1)
DynamicData\MetaTable.cs (1)
1092
bool IMetaTable.
CanRead
(IPrincipal principal) {
2 references to CanRead
System.Web.DynamicData (2)
DynamicData\MetaTable.cs (2)
816
return fkColumn.ParentTable.
CanRead
(user);
846
if (!fkColumn.ParentTable.
CanRead
(Context.User)) {