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

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