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

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName              = "F9103SubFundSelectionData";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/F9103SubFundSelectionData.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGetSubFundSelection = new GetSubFundSelectionDataTable();
     base.Tables.Add(this.tableGetSubFundSelection);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tableGetSubFundSelection = ((GetSubFundSelectionDataTable)(base.Tables["GetSubFundSelection"]));
     if ((initTable == true))
     {
         if ((this.tableGetSubFundSelection != null))
         {
             this.tableGetSubFundSelection.InitVars();
         }
     }
 }
示例#4
0
 internal GetSubFundSelectionRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGetSubFundSelection = ((GetSubFundSelectionDataTable)(this.Table));
 }