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

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