Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                SEC_SECR00800DataTable cln = ((SEC_SECR00800DataTable)(base.Clone()));

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