Beispiel #1
0
            public override DataTable Clone()
            {
                Volume_Error_TypeDataTable cln = ((Volume_Error_TypeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 internal void InitVars()
 {
     tableVolume_Error_Type = ((Volume_Error_TypeDataTable)(Tables["Volume_Error_Type"]));
     if ((tableVolume_Error_Type != null))
     {
         tableVolume_Error_Type.InitVars();
     }
     tableDivision_Type = ((Division_TypeDataTable)(Tables["Division_Type"]));
     if ((tableDivision_Type != null))
     {
         tableDivision_Type.InitVars();
     }
     tableFile_Error_Type = ((File_Error_TypeDataTable)(Tables["File_Error_Type"]));
     if ((tableFile_Error_Type != null))
     {
         tableFile_Error_Type.InitVars();
     }
 }