Ejemplo n.º 1
0
            public sy_VariablesEmpresasRow Addsy_VariablesEmpresasRow(string IdVariable, long IdEmpresa, string Valor, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                sy_VariablesEmpresasRow rowsy_VariablesEmpresasRow = ((sy_VariablesEmpresasRow)(this.NewRow()));

                rowsy_VariablesEmpresasRow.ItemArray = new object[] {
                    IdVariable,
                    IdEmpresa,
                    Valor,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowsy_VariablesEmpresasRow);
                return(rowsy_VariablesEmpresasRow);
            }
Ejemplo n.º 2
0
 public sy_VariablesEmpresasRowChangeEvent(sy_VariablesEmpresasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void Removesy_VariablesEmpresasRow(sy_VariablesEmpresasRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void Addsy_VariablesEmpresasRow(sy_VariablesEmpresasRow row)
 {
     this.Rows.Add(row);
 }
Ejemplo n.º 5
0
 public sy_VariablesEmpresasRowChangeEvent(sy_VariablesEmpresasRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }