Пример #1
0
 protected bool CheckKeysExist(DataRow dr)
 {
     return(settings.GetLastKeyColumnIndex() < dr.Table.Columns.Count);
 }