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

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