Beispiel #1
0
            public override System.Data.DataTable Clone()
            {
                FSInfoDTDataTable cln = ((FSInfoDTDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName             = "FSInfoDS";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/FSInfoDS.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableFSInfoDT           = new FSInfoDTDataTable();
     base.Tables.Add(this.tableFSInfoDT);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tableFSInfoDT = ((FSInfoDTDataTable)(base.Tables["FSInfoDT"]));
     if ((initTable == true))
     {
         if ((this.tableFSInfoDT != null))
         {
             this.tableFSInfoDT.InitVars();
         }
     }
 }
Beispiel #4
0
 internal FSInfoDTRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableFSInfoDT = ((FSInfoDTDataTable)(this.Table));
 }