Exemple #1
0
 public void CheckConsistency()
 {
     if (ColumnName.IsEmpty())
     {
         throw new InconsistentTableStructureError("DAE-00171 Empty column name");
     }
 }