Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                consipkind_extDataTable cln = ((consipkind_extDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName             = "vistaForm";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/vistaForm.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("it-IT");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableconsipkind_ext     = new consipkind_extDataTable();
     base.Tables.Add(this.tableconsipkind_ext);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableconsipkind_ext = ((consipkind_extDataTable)(base.Tables["consipkind_ext"]));
     if ((initTable == true))
     {
         if ((this.tableconsipkind_ext != null))
         {
             this.tableconsipkind_ext.InitVars();
         }
     }
 }
Пример #4
0
 internal consipkind_extRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableconsipkind_ext = ((consipkind_extDataTable)(this.Table));
 }