private void InitClass() {
     this.DataSetName = "tsy_MotivoOrdenReparacionDataset";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/tsy_MotivoOrdenReparacion.xsd";
     this.Locale = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tabletsy_MotivoOrdenReparacion = new tsy_MotivoOrdenReparacionDataTable();
     this.Tables.Add(this.tabletsy_MotivoOrdenReparacion);
 }
 internal tsy_MotivoOrdenReparacionRow(DataRowBuilder rb) : 
         base(rb) {
     this.tabletsy_MotivoOrdenReparacion = ((tsy_MotivoOrdenReparacionDataTable)(this.Table));
 }
 public override DataTable Clone() {
     tsy_MotivoOrdenReparacionDataTable cln = ((tsy_MotivoOrdenReparacionDataTable)(base.Clone()));
     cln.InitVars();
     return cln;
 }
 internal void InitVars() {
     this.tabletsy_MotivoOrdenReparacion = ((tsy_MotivoOrdenReparacionDataTable)(this.Tables["tsy_MotivoOrdenReparacion"]));
     if ((this.tabletsy_MotivoOrdenReparacion != null)) {
         this.tabletsy_MotivoOrdenReparacion.InitVars();
     }
 }