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

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