Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                MLUSERDataTable cln = ((MLUSERDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsUser";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsUser.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableMLUSER             = new MLUSERDataTable();
     base.Tables.Add(this.tableMLUSER);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableMLUSER = ((MLUSERDataTable)(base.Tables["MLUSER"]));
     if ((initTable == true))
     {
         if ((this.tableMLUSER != null))
         {
             this.tableMLUSER.InitVars();
         }
     }
 }
Example #4
0
 internal MLUSERRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableMLUSER = ((MLUSERDataTable)(this.Table));
 }