Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                alert_buyer_po_usersDataTable cln = ((alert_buyer_po_usersDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName               = "dsAlertUsers";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/dsAlertUsers.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablealert_buyer_po_users = new alert_buyer_po_usersDataTable();
     base.Tables.Add(this.tablealert_buyer_po_users);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tablealert_buyer_po_users = ((alert_buyer_po_usersDataTable)(base.Tables["alert_buyer_po_users"]));
     if ((initTable == true))
     {
         if ((this.tablealert_buyer_po_users != null))
         {
             this.tablealert_buyer_po_users.InitVars();
         }
     }
 }
Пример #4
0
 internal alert_buyer_po_usersRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablealert_buyer_po_users = ((alert_buyer_po_usersDataTable)(this.Table));
 }