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

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