예제 #1
0
            public override DataTable Clone()
            {
                G2MgrResponseDataTable cln = ((G2MgrResponseDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 internal void InitVars()
 {
     this.tableG2MgrResponse = ((G2MgrResponseDataTable)(this.Tables["G2MgrResponse"]));
     if ((this.tableG2MgrResponse != null))
     {
         this.tableG2MgrResponse.InitVars();
     }
 }
예제 #3
0
 private void InitClass()
 {
     this.DataSetName        = "DSResponse";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/DSResponse.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableG2MgrResponse = new G2MgrResponseDataTable();
     this.Tables.Add(this.tableG2MgrResponse);
 }
예제 #4
0
 internal G2MgrResponseRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableG2MgrResponse = ((G2MgrResponseDataTable)(this.Table));
 }