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

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