Ejemplo n.º 1
0
 object IList.this[int index]
 {
     get
     {
         return(_viewData.List[index]);
     }
     set
     {
         // this represents a ROW basically whole entity, we should not allow any setting
         throw EntityUtil.CannotReplacetheEntityorRow();
     }
 }