示例#1
0
 private void InitClass() {
     this.DataSetName = "dsEmployee";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/dsEmployee.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletblEmployee = new tblEmployeeDataTable();
     base.Tables.Add(this.tabletblEmployee);
 }
示例#2
0
 internal tblEmployeeRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tabletblEmployee = ((tblEmployeeDataTable)(this.Table));
 }
示例#3
0
 internal void InitVars(bool initTable) {
     this.tabletblEmployee = ((tblEmployeeDataTable)(base.Tables["tblEmployee"]));
     if ((initTable == true)) {
         if ((this.tabletblEmployee != null)) {
             this.tabletblEmployee.InitVars();
         }
     }
 }