Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                SalaraycomponentListDtDataTable cln = ((SalaraycomponentListDtDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName                 = "SalaraycomponentList";
     this.Prefix                      = "";
     this.Namespace                   = "http://tempuri.org/SalaraycomponentList.xsd";
     this.EnforceConstraints          = true;
     this.SchemaSerializationMode     = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSalaraycomponentListDt = new SalaraycomponentListDtDataTable();
     base.Tables.Add(this.tableSalaraycomponentListDt);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableSalaraycomponentListDt = ((SalaraycomponentListDtDataTable)(base.Tables["SalaraycomponentListDt"]));
     if ((initTable == true))
     {
         if ((this.tableSalaraycomponentListDt != null))
         {
             this.tableSalaraycomponentListDt.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal SalaraycomponentListDtRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableSalaraycomponentListDt = ((SalaraycomponentListDtDataTable)(this.Table));
 }