コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                CashFlowDataTable cln = ((CashFlowDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "ds_CashFlow";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ds_CashFlow.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCashFlow           = new CashFlowDataTable();
     base.Tables.Add(this.tableCashFlow);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableCashFlow = ((CashFlowDataTable)(base.Tables["CashFlow"]));
     if ((initTable == true))
     {
         if ((this.tableCashFlow != null))
         {
             this.tableCashFlow.InitVars();
         }
     }
 }
コード例 #4
0
 internal CashFlowRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCashFlow = ((CashFlowDataTable)(this.Table));
 }