示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                tFundsRecorderDataTable cln = ((tFundsRecorderDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName             = "tFundsRecorderInfo";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/tFundsRecorderInfo.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("en-US");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletFundsRecorder     = new tFundsRecorderDataTable();
     base.Tables.Add(this.tabletFundsRecorder);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tabletFundsRecorder = ((tFundsRecorderDataTable)(base.Tables["tFundsRecorder"]));
     if ((initTable == true))
     {
         if ((this.tabletFundsRecorder != null))
         {
             this.tabletFundsRecorder.InitVars();
         }
     }
 }
示例#4
0
 internal tFundsRecorderRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletFundsRecorder = ((tFundsRecorderDataTable)(this.Table));
 }