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

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName          = "dsQ";
     this.Prefix               = "";
     this.Namespace            = "http://www.tempuri.org/dsQ.xsd";
     this.Locale               = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive        = false;
     this.EnforceConstraints   = true;
     this.tableAgent_Specialty = new Agent_SpecialtyDataTable();
     this.Tables.Add(this.tableAgent_Specialty);
     this.tableAssignments = new AssignmentsDataTable();
     this.Tables.Add(this.tableAssignments);
 }
예제 #3
0
 internal void InitVars()
 {
     this.tableAgent_Specialty = ((Agent_SpecialtyDataTable)(this.Tables["Agent_Specialty"]));
     if ((this.tableAgent_Specialty != null))
     {
         this.tableAgent_Specialty.InitVars();
     }
     this.tableAssignments = ((AssignmentsDataTable)(this.Tables["Assignments"]));
     if ((this.tableAssignments != null))
     {
         this.tableAssignments.InitVars();
     }
 }
예제 #4
0
 internal Agent_SpecialtyRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableAgent_Specialty = ((Agent_SpecialtyDataTable)(this.Table));
 }