示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                clanDataTable cln = ((clanDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName             = "clanDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/clanDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableclan               = new clanDataTable();
     base.Tables.Add(this.tableclan);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tableclan = ((clanDataTable)(base.Tables["clan"]));
     if ((initTable == true))
     {
         if ((this.tableclan != null))
         {
             this.tableclan.InitVars();
         }
     }
 }
示例#4
0
 internal clanRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableclan = ((clanDataTable)(this.Table));
 }