public sy_VariablesPuestosRow Addsy_VariablesPuestosRow(string IdVariable, long IdEmpresa, long IdSucursal, long IdPuesto, string Valor, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId) { sy_VariablesPuestosRow rowsy_VariablesPuestosRow = ((sy_VariablesPuestosRow)(this.NewRow())); rowsy_VariablesPuestosRow.ItemArray = new object[] { IdVariable, IdEmpresa, IdSucursal, IdPuesto, Valor, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, RowId }; this.Rows.Add(rowsy_VariablesPuestosRow); return(rowsy_VariablesPuestosRow); }
public sy_VariablesPuestosRowChangeEvent(sy_VariablesPuestosRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removesy_VariablesPuestosRow(sy_VariablesPuestosRow row) { this.Rows.Remove(row); }
public void Addsy_VariablesPuestosRow(sy_VariablesPuestosRow row) { this.Rows.Add(row); }