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