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

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