public override global::System.Data.DataTable Clone() { dsEmpleadoDataTable cln = ((dsEmpleadoDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "dsEmpleado"; this.Prefix = ""; this.Namespace = "http://tempuri.org/dsEmpleado.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tabledsEmpleado = new dsEmpleadoDataTable(); base.Tables.Add(this.tabledsEmpleado); }
internal void InitVars(bool initTable) { this.tabledsEmpleado = ((dsEmpleadoDataTable)(base.Tables["dsEmpleado"])); if ((initTable == true)) { if ((this.tabledsEmpleado != null)) { this.tabledsEmpleado.InitVars(); } } }
internal dsEmpleadoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledsEmpleado = ((dsEmpleadoDataTable)(this.Table)); }