Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                SBP_Employee_PersonalInfoDataTable cln = ((SBP_Employee_PersonalInfoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 internal void InitVars(bool initTable) {
     this.tableSBP_Employee_PersonalInfo = ((SBP_Employee_PersonalInfoDataTable)(base.Tables["SBP_Employee_PersonalInfo"]));
     if ((initTable == true)) {
         if ((this.tableSBP_Employee_PersonalInfo != null)) {
             this.tableSBP_Employee_PersonalInfo.InitVars();
         }
     }
 }
Exemplo n.º 3
0
 private void InitClass() {
     this.DataSetName = "ds_EmployeeInfo";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ds_EmployeeInfo.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSBP_Employee_PersonalInfo = new SBP_Employee_PersonalInfoDataTable();
     base.Tables.Add(this.tableSBP_Employee_PersonalInfo);
 }
Exemplo n.º 4
0
 internal SBP_Employee_PersonalInfoRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableSBP_Employee_PersonalInfo = ((SBP_Employee_PersonalInfoDataTable)(this.Table));
 }