Exemple #1
0
            public override global::System.Data.DataTable Clone()
            {
                TRequestUrlDataTable cln = ((TRequestUrlDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "RequestUrlData";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/RequestUrlData.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTRequestUrl        = new TRequestUrlDataTable();
     base.Tables.Add(this.tableTRequestUrl);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tableTRequestUrl = ((TRequestUrlDataTable)(base.Tables["TRequestUrl"]));
     if ((initTable == true))
     {
         if ((this.tableTRequestUrl != null))
         {
             this.tableTRequestUrl.InitVars();
         }
     }
 }
 internal TRequestUrlRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableTRequestUrl = ((TRequestUrlDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "RequestUrlData";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/RequestUrlData.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTRequestUrl = new TRequestUrlDataTable();
     base.Tables.Add(this.tableTRequestUrl);
 }
 internal void InitVars(bool initTable) {
     this.tableTRequestUrl = ((TRequestUrlDataTable)(base.Tables["TRequestUrl"]));
     if ((initTable == true)) {
         if ((this.tableTRequestUrl != null)) {
             this.tableTRequestUrl.InitVars();
         }
     }
 }
Exemple #7
0
 internal TRequestUrlRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTRequestUrl = ((TRequestUrlDataTable)(this.Table));
 }