public override global::System.Data.DataTable Clone()
            {
                messagesforemployeeDataTable cln = ((messagesforemployeeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName              = "MessagesForEmployeeDataSet";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/MessagesForEmployeeDataSet.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablemessagesforemployee = new messagesforemployeeDataTable();
     base.Tables.Add(this.tablemessagesforemployee);
 }
 internal void InitVars(bool initTable)
 {
     this.tablemessagesforemployee = ((messagesforemployeeDataTable)(base.Tables["messagesforemployee"]));
     if ((initTable == true))
     {
         if ((this.tablemessagesforemployee != null))
         {
             this.tablemessagesforemployee.InitVars();
         }
     }
 }
 internal messagesforemployeeRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablemessagesforemployee = ((messagesforemployeeDataTable)(this.Table));
 }